A collection of UI Components for React built with Tailwind CSS 3

Provides fully customizable UI Components compatible with Next.js, Remix, Gatsby, and others React meta frameworks.

No installation needed, Just copy and paste a component you want to use

Why Using Kimia-UI ?

Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. Il allows you writing your style without leaving your HTML.

The biggest disadvantage of Tailwind CSS is the risk of having too long classes that will make our code not readable enough.

As React is component-based, we can extract component logic with its classes and reuse them elsewhere which will result in more readable code with more components and fewer classes.

That's why I have created this collection of UI components fully customizable.

Just copy and paste a component you want to use

Coding illustration