q-modern-banner
v1.0.6
Published
Quasar Modern Banner - Clean, Modern & Alternative Banner for Developers using Quasar
Downloads
2
Maintainers
Readme
🚀 QuasarModernBanner
✨ A clean, modern, and highly customizable banner component for Quasar Framework. Perfect for showcasing announcements, promotions, or alerts in your Vue.js Vite applications.
❓ Purpose
Quasar's vanilla Banners align with the Google Material Design Guide style, but I have always personally found it 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-modern-banner🛠️ Usage
- Import the component into your Vue file:
import { QModernBanner } from 'q-modern-banner'- Use it in your template:
<QModernBanner
title="Potential Issues Found!"
subtitle="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor."
icon="person"
type="info"
/>🎨 Props
| Prop | Type | Note |
|----------|--------|-------------------------------------------------|
| title | String | --- |
| subtitle | String | --- |
| icon | String | Uses Google Material Icons (Quasar Default) |
| type | String | Either use info, error, warn or success |
🖼️ Examples

🤝 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.
