1.0.4 • Published 5 years ago

nysa-ui v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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-ui

Import

You can import React components from the package.

import { Button } from 'nysa-ui';

<Button intent="success" text="Click me!" />