# Svelte Material UI - Segmented Button Segmented buttons group related options together and allow the user to toggle them. # Installation ```sh npm install --save-dev @smui/segmented-button ``` # Examples and Usage Information https://sveltematerialui.com/demo/segmented-button # More Information See [Toggle button](https://material.io/components/buttons#toggle-button) in the Material design spec. See [Segmented Buttons](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-segmented-button) in MDC-Web for information about the upstream library's architecture.