Skip to content

Bloom-ui is a public design system from the Koaris Project with the aim of unifying the interfaces and simplifying the construction of new React projects.

Notifications You must be signed in to change notification settings

koaris/bloom-ui

Repository files navigation

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.

About

Bloom-ui is a public design system from the Koaris Project with the aim of unifying the interfaces and simplifying the construction of new React projects.

Topics

Resources

Stars

Watchers

Forks