文件名称:React 的最少 Toast 通知。
文件大小:255KB
文件格式:ZIP
更新时间:2024-06-28 09:24:24
Notification
React Toast React 的最小 Toast 通知。 入门 快速入门 使用 yarn 安装 yarn add react-toast 使用 NPM 安装 npm install react-toast import { ToastContainer, toast } from 'react-toast' const App = () => { const wave = () => toast('你好:waving_hand:') 返回 (
【文件预览】:
react-toast-main
----yarn.lock(397KB)
----src()
--------ToastContainer.tsx(890B)
--------utils()
--------index.ts(93B)
--------toast.ts(849B)
--------components()
--------types()
--------ToastContainer.css(477B)
--------hooks()
----tsdx.config.js(199B)
----playground()
--------index.html(342B)
--------index.tsx(1KB)
--------yarn.lock(226KB)
--------.npmignore(24B)
--------tsconfig.json(438B)
--------style.css(529B)
--------package.json(574B)
----CONTRIBUTING.md(0B)
----tsconfig.json(582B)
----LICENSE(1KB)
----test()
--------blah.test.tsx(314B)
----.prettierrc(107B)
----README.md(3KB)
----.gitignore(54B)
----package.json(2KB)