tibeb-ui
v0.1.5
Published
A powerful UI tool for installing and managing UI components
Maintainers
Readme
Tibeb UI
A powerful CLI tool for managing and installing UI components in your project.
Features
- 🚀 Add UI components with a single command
- 🛠️ Automatic dependency management
- 🔄 Keep components up-to-date
- 🎨 Supports various UI component types (atoms, molecules, organisms)
Installation
# Install globally
npm install -g tibeb-ui
# Or use with npx
npx tibeb-ui@latestUsage
Add a component
tibebui add [component-name]
# Example
tibebui add button
tibebui add card
tibebui add dropdownList available components
tibebui listConfiguration
Create a .tibebrc file in your project root to customize the component directory and other settings:
{
"componentDir": "src/components",
"typescript": true,
"css": "tailwind"
}Available Components
Atoms
- Button
- Input
- Label
- ... and more!
Contributing
Contributions are welcome! Please read our contributing guidelines to get started.
License
MIT
