react-nanasi

Nanasi UI 🍍 | Build React Apps with Speed

npm npm bundle size Node.js Package CI size

Nanasi UI provides a set of simple, reusable, and composable React components that make it super easy to create websites and apps.

Looking for the documentation? πŸ“š

Latest Components Documentation on Chromatic

Features πŸš€

Support Nanasi UI πŸ’–

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]

Get Started πŸš€

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

Usage πŸ“š

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>;
}

Available Components πŸŽ‰

Example boilerplate πŸ”¨

Contributing πŸ’ͺ

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.

License πŸ“

This project is licensed under the MIT License.

Work in progress 🚧

This project is a work in progress. As such, there are a few things that are missing. We’re working on it! 🚧