Tab Menu @astryx-svelte/core v0.3.0 · TabList

Usage

Overflow menu trigger that opens a dropdown of additional tab options, showing the selected option's label as the trigger text.
ts
import { TabList } from '@astryx-svelte/core';

Examples

Common configurations, variations, and states.
TabMenu — Basic
An overflow menu at the end of a TabList that collects secondary tabs behind a dropdown. Use it when there are more tabs than fit comfortably inline.