react-showcase:轻松创建自己的React组件展示站点

时间:2024-05-24 13:44:17
【文件属性】:

文件名称:react-showcase:轻松创建自己的React组件展示站点

文件大小:149KB

文件格式:ZIP

更新时间:2024-05-24 13:44:17

JavaScript

React展示 轻松创建自己的React组件展示站点。 安装 $ npm install --save react-showcase 用法 import showcase from 'react-showcase' ; const myComponents = [ Input , Button ] ; const showcases = myComponents . map ( Component => { const Showcase = showcase ( Component ) ; reutrn < Showcase xss=removed> } ) ; function App ( ) { return < div> { showcases } < / div > } ReactDOM . render ( < App>


【文件预览】:
react-showcase-master
----.eslintrc.json(237B)
----styledShowcase.png(69KB)
----yarn.lock(100KB)
----src()
--------index.js(2KB)
----.babelrc(39B)
----.npmignore(28B)
----showcaseView.png(76KB)
----.travis.yml(43B)
----LICENSE(1KB)
----test()
--------StandardComponent.js(533B)
--------index.js(1KB)
----README.md(1KB)
----.gitignore(582B)
----package.json(1KB)

网友评论