An React UI library with React components use TypeScript and storybook
cd your-project
npm i super-design styled-components --save
在你所需要的页面,引入所需组件即可:
import { Button } from 'super-design'
function App() {
return (
<div className="App">
<Button>Super Design</Button>
</div>
);
}
git clone https://github.com/AlexShan2008/super-design
npm i
npm run storybook