toasted-notes:简单,灵活的吐司通知以做出React

时间:2024-06-03 10:33:24
【文件属性】:

文件名称:toasted-notes:简单,灵活的吐司通知以做出React

文件大小:182KB

文件格式:ZIP

更新时间:2024-06-03 10:33:24

notifications react toast toast-message TypeScript

烤笔记 从提取的React的敬酒风格通知的简单但灵活的实现。 。 特征 命令式API。 这意味着您无需设置组件状态或渲染元素即可触发通知。 而是,只需调用一个函数。 渲染任何您想要的。 利用渲染回调创建完全自定义的通知。 功能默认样式。 导入提供CSS以获得一些不错的样式默认设置,或编写自己的样式。 安装 使用yarn或npm安装toasted-notes及其对等项react-spring 。 yarn add toasted-notes react-spring 例子 import toaster from "toasted-notes" ; import "toasted-notes/src/styles.css" ; // optional styles const HelloWorld = ( ) => ( < button onClick = { ( ) =


【文件预览】:
toasted-notes-master
----yarn.lock(493KB)
----src()
--------.DS_Store(6KB)
--------styles.css(1KB)
--------stories()
--------Alert()
----.npmignore(19B)
----.storybook()
--------config.js(136B)
--------addons.js(86B)
----CONTRIBUTING.md(745B)
----.travis.yml(296B)
----tsconfig.lib.json(612B)
----README.md(3KB)
----tests()
--------.eslintrc(37B)
--------index-test.js(478B)
----.gitignore(115B)
----package.json(1KB)

网友评论