tail-ui
v0.0.0
Published
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 a
Downloads
2
Readme
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