nysa-ui
v1.0.4
Published
Yet another UI library
Readme
nysa-ui
Yet another UI library.
Installation
You can install nysa-ui using npm. It has peer dependencies on react and react-dom, so make sure that these two packages are installed before starting to use nysa-ui.
$ npm install nysa-uiImport
You can import React components from the package.
import { Button } from 'nysa-ui';
<Button intent="success" text="Click me!" />