-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Content Template-Slot for FAB (Floating Action Button) #7689
Labels
Comments
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Sep 10, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Sep 11, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Sep 12, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Sep 13, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Sep 17, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Sep 18, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Sep 22, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Sep 24, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Oct 13, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Oct 14, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Oct 30, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Nov 5, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Nov 5, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Nov 5, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Nov 5, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 1, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 6, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 8, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 9, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 9, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 9, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 9, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 9, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 9, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 9, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 10, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 10, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 10, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 10, 2021
rstoenescu
added a commit
that referenced
this issue
Dec 13, 2021
New slots (icon, active-icon, label) will be available for QFab. Also, new slots for QFabAction (icon, label). |
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 13, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 13, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 13, 2021
pdanpdan
added a commit
to pdanpdan/quasar
that referenced
this issue
Dec 13, 2021
rstoenescu
pushed a commit
that referenced
this issue
Dec 13, 2021
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I would like to style my fab-buttons the way I can style my normal buttons with custom content.
--> https://quasar.dev/vue-components/button#Custom-content
But the html I add within the
<q-fab>
-tag doesn't changes the content of the expand button. Instead it adds itself outside in the expanded-area.But I would like to change the content of the expand button (not of the actions). Yes I know I can set a custom label. Yes I know I can set a custom icon. But that won't help, since I would like to add some html there (e.g. for my custom animated lottie-icons).
So I would suggest a content-slot for fab.
That would be really great! Thank you.
The text was updated successfully, but these errors were encountered: