mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-24 08:17:07 +00:00
6 lines
285 B
HTML
Executable File
6 lines
285 B
HTML
Executable File
<mat-button-toggle-group name="fontStyle" aria-label="Font Style">
|
|
<mat-button-toggle value="bold">Bold</mat-button-toggle>
|
|
<mat-button-toggle value="italic">Italic</mat-button-toggle>
|
|
<mat-button-toggle value="underline">Underline</mat-button-toggle>
|
|
</mat-button-toggle-group>
|