Skip to content

Component based lightweight UI library for React ecosystem [maintainer=@3nln]

Notifications You must be signed in to change notification settings

nnolan-oss/noor-ui

Repository files navigation

✨ 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 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.

About

Component based lightweight UI library for React ecosystem [maintainer=@3nln]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors