Skip to content

Segmented control

Segmented control

Usage

A segmented control allows users to switch between multiple options in a compact, toggleable format. It is useful for filtering content or navigating between related views.

Import

js
import { MtSegmentedControl } from "@shopware-ag/meteor-component-library";

Example