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-ui
Usage
View docs here.
Import design system css in your css file:
@import "@koaris/bloom-ui/dist/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.