kx-ui-design
v1.0.4
Published
react ui libs for kxkj
Downloads
22
Readme
KX-UI-Design
Follow is the quick guide for how to use.
Environment Prepare
Install node_modules
:
npm install
or
yarn
Start project for developing and previewing
npm start
Compile project for publishing
npm run compile
📦 Install
npm install kx-ui-design
yarn add kx-ui-design
pnpm add kx-ui-design
🔨 Usage
import { Button } from 'kx-ui-design';
export default () => (
<>
<Button>PRESS ME</Button>
</>
);