Files
syncthing/src/app/status-toggle/status-toggle.component.html
T

4 lines
227 B
HTML
Raw Normal View History

<mat-button-toggle-group name="fontStyle" aria-label="Font Style">
<mat-button-toggle value="folders">Folders</mat-button-toggle>
<mat-button-toggle value="devices">Devices</mat-button-toggle>
</mat-button-toggle-group>