@fransiscushermanto/ui
v0.0.2
Published
A curated, accessible, and highly customizable UI component library for React, built with Tailwind CSS.
Readme
@fransiscushermanto/ui
A curated, accessible, and highly customizable UI component library for React, built with Tailwind CSS.
Getting Started
Installation
npm install @fransiscushermanto/ui
# or
yarn add @fransiscushermanto/ui
# or
pnpm add @fransiscushermanto/uiSetup Styles
To properly display the components, you need to import the CSS file provided by the library.
For standard setups or if you are not using CSS frameworks with @layer:
Import the CSS directly at the entry-point of your application (e.g., main.tsx, App.tsx, or _app.tsx):
import "@fransiscushermanto/ui/style.css";For projects using PandaCSS, Tailwind CSS (v4+), or standard CSS files manipulating @layers:
Import the CSS into your global styles file (e.g. global.css or index.css), specifying the utilities layer to avoid specificity issues:
@import "@fransiscushermanto/ui/style.css" layer(utilities);Components
Below is the list of available components in this library:
More components coming soon!
