1.0.4 • Published 1 year ago

kx-ui-design v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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>
  </>
);