Method: Material::FABComponent#container_classes
- Defined in:
- app/components/material/fab_component.rb
#container_classes ⇒ Object
15 16 17 18 19 20 21 22 |
# File 'app/components/material/fab_component.rb', line 15 def container_classes sanitize " material-relative material-flex material-items-center\n material-justify-center material-h-56px material-w-56px\n material-bg-primary-container dark:material-bg-primary-container-on-dark\n material-rounded-xl material-elevation-3\n CLASSES\nend\n" |