Radio List Item @astryx-svelte/core v0.3.0 · RadioList
Usage
Individual radio item with label, description, and content slots.tsimport { RadioList } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.RadioListItem — Basic
Radio items with labels and descriptions inside a controlled RadioList. Use for single-choice option groups like shipping methods.