Yon UI is a lightweight and customizable user interface library designed to simplify the development of modern web applications. It provides a collection of reusable components and utilities to accelerate your workflow while maintaining flexibility.
- Modular Components: Build your UI with a library of pre-designed, customizable components.
- Lightweight: Minimal dependencies for fast performance.
- Theming Support: Easily adapt the UI to match your brand.
- Responsive Design: Components are optimized for all screen sizes.
- Developer Friendly: Clear documentation and intuitive API.
To install Yon UI, use npm, yarn or bun:
npm install @vyckr/yon-ui
# or
yarn add @vyckr/yon-ui
# or
bun install @vykr/yon-ui
Import and use components in your project:
import Button from 'yon-ui';
function App() {
return <Button label="Click Me" />;
}
For detailed usage and examples, visit the official documentation.
Contributions are welcome! Please read the contributing guidelines before submitting a pull request.
Yon UI is licensed under the MIT License.