noor-ui
v0.0.10
Published
Component based lightweight UI library for React ecosystem
Readme
✨ Noor UI
Component based lightweight UI library for React ecosystem
📦 Install
$ npm install noor-ui🛠 Usage
import { Button, DatePicker } from 'noor-ui';
export default () => (
<>
<Button type="primary">PRESS ME</Button>
<DatePicker placeholder="select date" />
</>
);⌨️ Development
$ git clone [email protected]:nnolan-oss/noor-ui.git
$ cd noor-ui
$ npm install
$ npm run devOpen your browser and visit http://127.0.0.1:7777, see more at Development.
