vue-gtk
v0.1.0
Published
A Vue 3 component library inspired by the GTK design system, offering modern and accessible components for web applications.
Readme
Vue GTK
A Vue 3 component library inspired by the GTK design system, offering modern and accessible components for web applications.
🚧 Development Status
⚠️ This project is currently in active development. Components and APIs may change.
🚀 Installation
bun i vue-gtk #or npm/pnpm install vue-gtk🛠️ Development
# Install dependencies
bun i
# Development with watch
bun dev
# Production build
bun run build📁 Project Structure
vue-gtk/
├── src/
│ ├── components/
│ │ └── switch.vue
│ └── index.ts
├── exemple/
│ └── src/
│ └── App.vue
└── dist/
└── index.d.ts🤝 Contributing
Contributions are welcome! Please feel free to:
- Fork the project
- Create a feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
📄 License
MIT License - see the LICENSE file for details.
