文件名称:react-modern-drawer
文件大小:385KB
文件格式:ZIP
更新时间:2024-06-17 14:12:08
TypeScript
React现代抽屉 创建抽屉变得容易! 为什么要这个包? 低捆束尺寸,性能出色 演示版 :laptop: :fire: 安装 npm install --save react-modern-drawer 或者,如果您使用的是yarn: yarn add react-modern-drawer 用法 import React from 'react' // import component :backhand_index_pointing_down: import Drawer from 'react-modern-drawer' //import styles :backhand_index_pointing_down: import 'react-modern-drawer/dist/index.css' const App = ( ) => { const [ isOpen , setIsOpen ] = React . useState ( false ) const toggleDrawer
【文件预览】:
react-modern-drawer-master
----.gitignore(282B)
----tsconfig.json(641B)
----README.md(4KB)
----tsconfig.test.json(98B)
----.prettierrc(196B)
----.eslintrc(739B)
----package.json(2KB)
----src()
--------index.tsx(3KB)
--------typings.d.ts(479B)
--------.eslintrc(44B)
--------styles.scss(727B)
----example()
--------tsconfig.json(849B)
--------README.md(272B)
--------public()
--------package.json(1KB)
--------src()
--------yarn.lock(470KB)
----.eslintignore(46B)
----.travis.yml(48B)
----.editorconfig(147B)
----yarn.lock(534KB)