Bloom-ui is a public design system from the Koaris Project developed with React, Typescript, and Tailwind.
View docs here.
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.
Install the following package:
npm i @koaris/bloom-ui
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>
You can follow and make contributions in github.