gitpadtech / toast-tips

toast tips like android or ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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');
// ...

About

toast tips like android or ios

License:MIT License


Languages

Language:JavaScript 89.0%Language:CSS 7.3%Language:HTML 3.7%