react smart tabs:用于React应用的选项卡系统 源码
使用react构建的简单易用的标签系统。 描述 是一种受chrome的标签功能启发的,由react构建的直观标签系统。 它们既可以作为开发人员又可以作为用户使用,并且照顾所有选项卡处理逻辑,因此您只需关心要显示的组件即可。 特征 允许添加选项卡的选项 允许关闭标签页的选项 允许通过拖放对标签进行重新排序的选项 标签嵌套 数据持久性 用法示例 最基本的例子。 带有预定义标签的静态标签栏: import React from 'react' ; import { Tab , TabBar } from 'react-smart-tabs' ; //This is our default CSS. Feel free to make your own. import 'react-smart-tabs/dist/bundle.css' ; const App = ( ) => ( < d
文件列表
react-smart-tabs-master.zip
(预估有个43文件)
react-smart-tabs-master
index.html
177B
rollup.config.js
622B
postcss.config.js
139B
webpack.config.js
661B
src
index.tsx
226B
components
index.tsx
118B
types.ts
309B
暂无评论