Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 288 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 288 Bytes

Introduction

toast tips like android or ios

Install

npm i @gitpad/toast-tips

Usage

// import css somewhere only once
import '@gitpad/toast-tips/dist/toast-tips.css';

import toastTips from '@gitpad/toast-tips';

toastTips('Hello toast tips');
// ...