super-design
TypeScript icon, indicating that this package has built-in type declarations

0.1.12 • Public • Published

An React UI library with React components use TypeScript and storybook

NPM 安装

cd your-project
npm i super-design styled-components --save

引入 super-design

在你所需要的页面,引入所需组件即可:

import { Button } from 'super-design'

function App() {
  return (
    <div className="App">
      <Button>Super Design</Button>
    </div>
  );
}

运行组件 Demo

git clone https://github.com/AlexShan2008/super-design
npm i
npm run storybook

Package Sidebar

Install

npm i super-design

Weekly Downloads

0

Version

0.1.12

License

MIT

Unpacked Size

184 kB

Total Files

27

Last publish

Collaborators

  • alexshan2008