{{title}}

Buttons variants {{ getColors().length }} colors
Links
@for (color of getColors(); track color) { }
@for (color of getColors(); track color) {
{{ color }}
}
Normal
@for (color of getColors(); track color) {
}
Stroked
@for (color of getColors(); track color) {
}
Flat
@for (color of getColors(); track color) {
}
Raised
@for (color of getColors(); track color) {
}
FAB
@for (color of getColors(); track color; let index = $index) {
}
FAB extended
@for (color of getColors(); track color; let index = $index) {
}
Mini FAB
@for (color of getColors(); track color; let index = $index) {
}
Icon
@for (color of getColors(); track color; let index = $index) {
}
@for (color of getColors(); track color) {
{{ color }} Card subtitle
}