Segmented Control Item @astryx-svelte/core v0.3.0 · SegmentedControl

Usage

Individual segment item rendering as a radio button within the segmented control.
ts
import { SegmentedControl } from '@astryx-svelte/core';

Examples

Common configurations, variations, and states.
SegmentedControlItem — Basic
Label-only options inside a SegmentedControl. Each item declares a value; the parent control holds the selected value and change handler.