7s-components 中文文档教程
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