zyron
v1.0.3
Published
UI Components for the web
Downloads
2
Readme
Zyron - A Modern UI Library
Zyron is an open-source UI library that provides a collection modern and stylish components to help you build beautiful and responsive user interfaces. Whether you're building a single-page app, a complex web application, or just looking to spruce up your website, Zyron has everything you need to get started.
Features
- 🎨 Beautifully designed UI components
- 💻 Built with modern technologies like CSS3 and JavaScript
- 📱 Responsive design that works on all screen sizes
- 🎨 Easy to use and customizable
- 💻 Works seamlessly with popular frameworks like React, Nextjs
Components
Here's a list of all the components included in the Zyron library:
- Buttons
- Cards
- Dialogs
- Forms
- Icons
- Menus
- Modals
- Navbars
- Tabs
- Tooltips
- Typography
- Loaders
- Progress Bars
Installation
To install Zyron, simply run the following command in your terminal:
npm install zyron
Usage
Using Zyron is easy! Simply import the component you want to use into your project, and you're ready to go.
import { Button } from "zyron";
You can then use the component in your application:
import { Button } from "zyron";
return (
<Button>Hello World</Button>;
)
License
Zyron is licensed under the MIT License