项目作者: Nature-UI

项目描述 :
Nature ui is a Modular React based component library with built in support for tailwindcss.
高级语言: CSS
项目地址: git://github.com/Nature-UI/nature-ui.git
创建时间: 2020-07-13T10:45:49Z
项目社区:https://github.com/Nature-UI/nature-ui

开源协议:MIT License

下载


Notice: Nature UI has been discontinued and we recommend using Daisy UI or Shadcn/UI



nature logo

Set of Lightview and fully customizable React Components optimized for TailwindCss


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.

Looking for the documentation? 📝

Latest version (v1) => https://nature-ui.com

Features 🚀

  • Ease of Styling: Nature UI contains a set of layout components like Box and
    Stack that make it easy to style your components with tailwindcss and
    emotion css prop.
  • Flexible & composable: Nature UI components are built on top of a React UI
    Primitive for endless composability.
  • Accessible. Nature UI components follow the WAI-ARIA guidelines specifications
    and have the right aria-* attributes.

Installing Nature UI

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

  1. $ yarn add @nature-ui/core
  2. # or
  3. $ npm install @nature-ui/core

Usage

  1. import { Button } from '@nature-ui/core';
  2. function Example() {
  3. return <Button>You're awesome</Button>;
  4. }

CodeSandbox Templates

Contributing

Feel like contributing? That’s awesome! We have a
contributing guide to help guide you.

Contributors ✨

Thanks goes to these wonderful people
(emoji key):






Divine Hycenth

💻 🖋 🎨 📖 🚧 📢

This project follows the
all-contributors
specification. Contributions of any kind welcome!

License

MIT © Divine Hycenth