Component based lightweight UI library for React ecosystem
$ npm install noor-ui
import { Button, DatePicker } from 'noor-ui';
export default () => (
<>
<Button type="primary">PRESS ME</Button>
<DatePicker placeholder="select date" />
</>
);$ git clone git@github.com:nnolan-oss/noor-ui.git
$ cd noor-ui
$ npm install
$ npm run dev
Open your browser and visit http://127.0.0.1:7777, see more at Development.