@koaris/bloom-ui
v1.3.3
Published
Bloom-ui is a public design system from the Koaris Project developed with React, Typescript, and Tailwind.
Maintainers
Readme
Bloom-ui
Bloom-ui is a public design system from the Koaris Project developed with React, Typescript, and Tailwind.
Motivation
Bloom-ui is a design system developed exclusively for the Koaris project with the aim of unifying the interfaces and simplifying the construction of new React projects.
Installation
Install the following package:
npm i @koaris/bloom-uiUsage
This design system is built with Tailwind, and you can import it into your project as follows: In your CSS file:
@import "@koaris/bloom-ui/tailwind.css";Or in your JavaScript file:
import '@koaris/bloom-ui/tailwind.css'Components usage:
import { Text } from '@koaris/bloom-ui'
<Text tag="p">Test</Text>Contributions and bug reports
You can follow and make contributions in github.
License
Bloom-ui is open source under the MIT License.
