0.0.0 • Published 2 months ago

tail-ui v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

React Tail UI Lib

React generated libraries like Tail UI are collections of built and reusable user interface units built to work seamlessly with React applications. These libraries are designed to facilitate and simplify the process of creating user enhancements for web applications.

Installation

Use the package manager pnpm / yarn / npm / bun to install tail-ui.

pnpm install tail-ui

Storybook to preview components

First, run the development server:

npm install & npm run storybook
# or
yarn & yarn storybook