Multi Switch
A set of options that can be selected to display specific content, one at a time.
When to Use
- To enable users to switch between different content sections or views.
- For a visually distinct way to switch between options.
- To disable certain options based on specific conditions.
Usage
js
import { MultiSwitch } from '@youcan/alto';
vue
<MultiSwitch v-model="activeOption" :options="OPTIONS" />