0.2.31 • Published 2 years ago

@zenbu-ui/react v0.2.31

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Features

  • Unstyled, you have the freedom to use any design system in the world. The basic style of Zenbu UI is a plain design.
  • Utility props, you can customize the design with the use of utility props not with CSS.
  • Theming, you can customize the specific component with context.
  • Accessible, following the WAI-ARIA guidelines specifications and support keyboard navigation, and screen reader.
  • Semantic, following the Semantic HTML guideline specifications.

Introduction

The main mission of Zenbu UI is a provide the easiest way to build a website. Sometimes dealing with CSS waste your time, and it's not simple to use CSS for some people. Zenbu UI provides you the convenience of applying your design system without CSS, just using the props.

Installing Zenbu-UI

$ yarn add @zenbu-ui/react

# or

$ npm i @zenbu-ui/react

Usage

  1. Zenbu UI using tailwind as utility css. First, you must copy file tailwind.config.js to your project folder then generate the CSS with the command:
npx tailwindcss -o your-project-folder -c ./tailwind.config.js --minify
  1. Wrap your component with Provider and import the css:
import 'your-project-folder/style.css'

<Provider dark={false}>
  <YourComponent />
</Provider>

Documentation

For more information please read the documentation.

Support Zenbu UI

If this project can help you and you like it you can be my sponsor. You can sponsor me for $5 or more. We'll appreciate some support. Thank you to all our supporters! 🙏 Contribute.

License

MIT © Yudha Pratama Wicaksana

0.2.31

2 years ago

0.2.30

2 years ago

0.2.29

2 years ago

0.2.28

2 years ago

0.2.27

2 years ago

0.2.26

2 years ago

0.2.25

2 years ago

0.2.24

2 years ago

0.2.23

2 years ago

0.2.22

2 years ago

0.2.21

2 years ago

0.2.20

2 years ago

0.2.19

2 years ago

0.2.18

2 years ago

0.2.17

2 years ago

0.2.16

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.1.37

3 years ago

0.1.36

3 years ago

0.1.35

3 years ago

0.1.34

3 years ago

0.1.33

3 years ago

0.1.32

3 years ago

0.1.31

3 years ago

0.1.30

3 years ago

0.1.29

3 years ago

0.1.28

3 years ago

0.1.27

3 years ago

0.1.26

3 years ago

0.1.25

3 years ago

0.1.24

3 years ago

0.1.23

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago