Nanasi UI provides a set of simple, reusable, and composable React components that make it super easy to create websites and apps.
Latest Components Documentation on Chromatic
aria-* attributes.By donating $5 or more you can support the ongoing development of this project. Weβll appreciate some support. Thank you to all our supporters! π [Contribute]
To use Nanasi UI components, all you need to do is install the
react-nanasi package:
yarn add react-nanasi
or
npm i react-nanasi
To start using the components,
Just import the component and use it as you would any other React component.
import { Button } from 'react-nanasi';
function Example() {
return <Button>I love Pineapples! </Button>;
}
Feel like contributing? Thatβs awesome! We have a contributing guide to help guide you.
Our docsite(wip) lives within separate repo. If youβre interested in contributing to the documentation, check out the docsite contribution guide.
This project is licensed under the MIT License.
This project is a work in progress. As such, there are a few things that are missing. Weβre working on it! π§