Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.55 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.55 KB

Total Downloads Latest Release License

Bloom-ui is a public design system from the Koaris Project developed with React, Typescript, and Tailwind.

View docs here.

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

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.