@jubair_k/jui
v1.0.7
Published
A personalised UI Library.
Downloads
6
Readme
@jubair_k/jui
A sample react component library.
Getting Started
We leverage Storybook as a showcase of the various components implemented by this library. To launch Storybook run:
yarn storybook
or
npm run storybook
How to use it?
You can use the project in this way:
Install
# with npm
npm install @jubair_k/jui
# with yarn
yarn add @jubair_k/jui
Usage
- Import the package in your app:
import {Button} from '@jubair_k/jui';
<Button label='Click me!' />