q-tag
v1.0.3
Published
Quasar Tag- Clean, Modern & Alternative Chip for Developers using Quasar
Downloads
12
Maintainers
Readme
🚀 QuasarTag
✨ A clean, modern, and highly customizable tag component for Quasar Framework. Perfect for showcasing tags, stats, or alerts in your Vue.js Vite applications.
❓ Purpose
Quasar's vanilla Chips align with the Google Material Design Guide style, but I have always personally found them boring and uninteresting.
I have created this component to bring a more modern look to the applications I develop in Quasar.
This component will be actively improved over time.
📦 Installation
Install the package via npm:
npm i quasar-tag🛠️ Usage
- Import the component into your Vue file:
import { QTag } from 'q-tag'- Use it in your template:
<QTag
text="3 Found"
type="info"
/>🎨 Props
| Prop | Type | Note |
|----------|--------|---------------------------------------------|
| text | String | --- |
| type | String | Either use info, error or success |
🤝 Contributions
Contributions are welcomed. If you'd like to improve this component, please follow these steps:
- Fork the repo.
- Create a new branch
git checkout -b feature/AmazingFeature. - Commit your changes
git commit -m 'Add some AmazingFeature'. - Pull to the branch
git push origin feature/AmazingFeature. - Open a pull request.
