Notice: Nature UI has been discontinued and we recommend using Daisy UI or Shadcn/UI
Nature UI provides a set of accessible, reusable, extensible and composable React components that make it super easy to create websites and apps with tailwindcss.
Latest version (v1) => https://nature-ui.com
Box
and
Stack
that make it easy to style your components with tailwindcss and
emotion css prop.aria-*
attributes.To use Nature UI components, all you need to do is install the @nature-ui/core
package and its peer dependencies:
Make Sure you have tailwindcss setup in your project https://tailwindcss.com/docs/installation
$ yarn add @nature-ui/core
# or
$ npm install @nature-ui/core
import { Button } from '@nature-ui/core';
function Example() {
return <Button>You're awesome</Button>;
}
Create react app
JavaScript Starter:
https://codesandbox.io/s/nature-ui-0eolrFeel like contributing? That's awesome! We have a contributing guide to help guide you.
Thanks goes to these wonderful people (emoji key):
Divine Hycenth 💻 🖋 🎨 📖 🚧 📢 |
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT © Divine Hycenth