niv-web-ui
v1.0.16
Published
https://ui.nearthlab.com Implement UI components commonly used by React Appication made by Nearthlab.
Downloads
4
Readme
Nearthlab UI Components
https://ui.nearthlab.com
Implement UI components commonly used by React Appication made by Nearthlab.
Installation
yarn install
yarn storybook # Access to: http://localhost:6006
Adding niv-web-ui
Install niv-web-ui from NPM.
npm i niv-web-ui
Import required niv components within src/App.js
file or your custom component files:
import { Button } from "niv-web-ui";