8000 GitHub - machuanjia/ithink
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

machuanjia/ithink

Repository files navigation

ithink

logo

从零打造一套企业级react 组件库生态

vue element-ui lerna

安装

$ npm install @ithink/components --save

$ yarn add @ithink/components

使用

import { Button } from "@ithink/components";

const App = () => (
     <Button onClick={handlerSyncClick} loading={true}  >
        异步按钮
      </Button>
);

技术

待做清单

✅ 已完成 ⭐️ 完善中 ❌ 未开始

通用

  • Button 按钮 ⭐️

LICENSE

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

0