TabList Component

Imported in

0 components,
TabList is not referenced in any component
8 pages,
pages/index.astro isolated/tab-list.astro pages/homepage.astro pages/jobs.astro pages/newsroom.astro pages/people.astro pages/search.astro pages/subscription-packages.astro
and has
0 parent dependencies
TabList has not any further parent dependencies

Properties

title
string;
description
string;
tabs
Required
{ label: string; id: string; description?: string }

Basic Usage

title
description
label
Slot

<TabList title="title" description="description" tabs="tabs" >Slot</TabList>