Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 712 Bytes

File metadata and controls

29 lines (16 loc) · 712 Bytes

Svelte Material UI - Segmented Button

Segmented buttons group related options together and allow the user to toggle them.

Installation

npm install --save-dev @smui/segmented-button

Demo

See it in action.

See the demo code.

Basic Usage

todo...

Exports

todo...

More Information

See Toggle button in the Material design spec.

See Segmented Buttons in MDC-Web for information about the upstream library's architecture.