Chrome Version 75.0.3770.100 (Official Build) (64-bit)
Steps to reproduce
Add a vuetify button to Tim's Vuetify-Material-Dashboard:
button1
Add "fab" to it to make it round.
button1
The "fab" feature doesn't work.
What is expected?
The button to become round
What is actually happening?
The button stays a rectangle
Solution
Additional comments
I want to be able to use vuetify components and all of their features in Vuetify-Material-Dashboard but some of them like "Fab" feature don't work when you use vuetify components in Tim's Vuetify-Material-Dashboard. I believe it has to do with material design preventing certain vuetify features and components to load properly. Is there a way to do something that allows me to use vuetify in Vuetify-Material-Dashboard?
It's because of the CSS in _buttons.scss. You may want to remove the button styling or overwrite some of the CSS in your component scope to make the Fab work.
Version
It is reproducible with the latest stable version
Reproduction link
https://jsfiddle.net/
Operating System
Windows 10
Device
Microsot Surface Book
Browser & Version
Chrome Version 75.0.3770.100 (Official Build) (64-bit)
Steps to reproduce
Add a vuetify button to Tim's Vuetify-Material-Dashboard:
Add "fab" to it to make it round.
The "fab" feature doesn't work.
What is expected?
The button to become round
What is actually happening?
The button stays a rectangle
Solution
Additional comments
I want to be able to use vuetify components and all of their features in Vuetify-Material-Dashboard but some of them like "Fab" feature don't work when you use vuetify components in Tim's Vuetify-Material-Dashboard. I believe it has to do with material design preventing certain vuetify features and components to load properly. Is there a way to do something that allows me to use vuetify in Vuetify-Material-Dashboard?