https://github.com/sasikasp/artsovenui
Fully Customizable Tailwind CSS UI Component Library with Advanced Theming Support
https://github.com/sasikasp/artsovenui
component-library components components-library tailwind tailwindcss-plugin themes-css themeswitch theming-components ui-components ui-design uikit
Last synced: 28 days ago
JSON representation
Fully Customizable Tailwind CSS UI Component Library with Advanced Theming Support
- Host: GitHub
- URL: https://github.com/sasikasp/artsovenui
- Owner: sasikasp
- License: mit
- Created: 2024-09-23T06:15:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-16T17:45:22.000Z (over 1 year ago)
- Last Synced: 2025-10-14T06:22:52.600Z (8 months ago)
- Topics: component-library, components, components-library, tailwind, tailwindcss-plugin, themes-css, themeswitch, theming-components, ui-components, ui-design, uikit
- Language: Astro
- Homepage: https://artsoven.com
- Size: 1.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Arts Oven UI
**Arts Oven UI** is an open-source Tailwind CSS component library designed to streamline the development of beautiful, responsive, and accessible web interfaces. With customizable components and advanced theming options, Arts Oven UI empowers developers to build modern applications quickly and efficiently.
## Features
- **Customizable Components**: A rich set of pre-built components that you can easily customize to fit your project's needs.
- **Advanced Theming**: Define and switch between themes effortlessly, enhancing your application's design.
- **Responsive Design**: Components that work seamlessly across devices, ensuring a great user experience.
- **Open Source**: Licensed under the MIT License, making it free for everyone to use, modify, and distribute.
## Installation
To use Arts Oven UI in your project, follow these steps:
1. Install via npm:
```bash
npm i artsovenui
2. Include the library in your Tailwind CSS configuration:
````javascript
// tailwind.config.js
module.exports = {
content: ['./src/**/*.{html,js}'],
theme: {
extend: {},
},
plugins: [require('artsovenui')],
artsovenui: {
themes: ['dark', 'light'],
},
};
3. Documentation
Comprehensive documentation is available at docs.artsovenui.com (replace with actual link if available). Here you’ll find guidelines on usage, customization, and examples of components.
4. Usage:
````html
Click Me
Here's a quick example of how to use a button component
5. Contributing:
We welcome contributions from the community! If you'd like to contribute to Arts Oven UI, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them.
4. Push to your fork and submit a pull request.
6. Support:
Your support is crucial for the continued development and maintenance of Arts Oven UI. Whether through financial contributions, code contributions, or sharing the project with others, every bit helps us grow this library for future generations of developers.
7. License:
This project is licensed under the MIT License.
8. Contact:
For questions or feedback, please reach out to us at: artsoven@gmail.com.