7s-components-library 中文文档教程
auth-component-library
一个可共享的组件库,带有一个 playground 文件夹,可以在您开发组件时对其进行实时测试。
Installation
尝试创建您自己的组件库
Usage
所有导出的组件都列在 src/index.js
import React from 'react';
import { HelloWorld } from '@hinammehra/auth-component-library';
const App = () => {
return <HelloWorld />
}
export default App;
License
MIT © hinammehra
auth-component-library
A shareable component library with a playground folder to live-test components as you are developing them.
Installation
Try creating your own component library
Usage
All exported components are listed in src/index.js
import React from 'react';
import { HelloWorld } from '@hinammehra/auth-component-library';
const App = () => {
return <HelloWorld />
}
export default App;
License
MIT © hinammehra
更多
你可能也喜欢
- 4functioncalculator 中文文档教程
- @0b5vr/tweakpane-plugin-profiler 中文文档教程
- @1500cloud/taitimestamp 中文文档教程
- @36node/youyuan-core-sdk-js 中文文档教程
- @4a/enum-code-message 中文文档教程
- @4a/passcode 中文文档教程
- @4lch4/koa-router-printer 中文文档教程
- @a-z.ren/string-loader 中文文档教程
- @aandr/react-data-grid 中文文档教程
- @abtasty/search-and-replace 中文文档教程