A concise overview of the project: usage, goals, and recent highlights. Use this area to orient readers with key metrics and links to deeper docs.
List the most important features here with short, pragmatic descriptions so readers can scan for what matters (accessibility, theming, integrations).
Show recent activity or sample data: new releases, PRs merged, or notable user events. This helps examples feel realistic and actionable.
A concise overview of the project: usage, goals, and recent highlights. Use this area to orient readers with key metrics and links to
deeper docs.
List the most important features here with short, pragmatic descriptions so readers can scan for what matters (accessibility, theming,
integrations).
Show recent activity or sample data: new releases, PRs merged, or notable user events. This helps examples feel realistic and
actionable.
Controlled
Use the value and onValueChange props to control state programmatically.
A concise overview of the project: usage, goals, and recent highlights. Use this area to orient readers with key metrics and links to deeper docs.
List the most important features here with short, pragmatic descriptions so readers can scan for what matters (accessibility, theming, integrations).
Show recent activity or sample data: new releases, PRs merged, or notable user events. This helps examples feel realistic and actionable.
A concise overview of the project: usage, goals, and recent highlights. Use this area to orient readers with key metrics and links to
deeper docs.
List the most important features here with short, pragmatic descriptions so readers can scan for what matters (accessibility, theming,
integrations).
Show recent activity or sample data: new releases, PRs merged, or notable user events. This helps examples feel realistic and
actionable.
Navigation
Use the element slot to override the default button with an a tag for navigation tabs.
A concise overview of the project: usage, goals, and recent highlights. Use this area to orient readers with key metrics and links to deeper docs.
List the most important features here with short, pragmatic descriptions so readers can scan for what matters (accessibility, theming, integrations).
Show recent activity or sample data: new releases, PRs merged, or notable user events. This helps examples feel realistic and actionable.
A concise overview of the project: usage, goals, and recent highlights. Use this area to orient readers with key metrics and links to
deeper docs.
List the most important features here with short, pragmatic descriptions so readers can scan for what matters (accessibility, theming,
integrations).
Show recent activity or sample data: new releases, PRs merged, or notable user events. This helps examples feel realistic and
actionable.
Fluid Width
Use flex utility classes to make the tabs stretch to fill the width of their container.
A concise overview of the project: usage, goals, and recent highlights. Use this area to orient readers with key metrics and links to deeper docs.
List the most important features here with short, pragmatic descriptions so readers can scan for what matters (accessibility, theming, integrations).
Show recent activity or sample data: new releases, PRs merged, or notable user events. This helps examples feel realistic and actionable.
A concise overview of the project: usage, goals, and recent highlights. Use this area to orient readers with key metrics and links to
deeper docs.
List the most important features here with short, pragmatic descriptions so readers can scan for what matters (accessibility, theming,
integrations).
Show recent activity or sample data: new releases, PRs merged, or notable user events. This helps examples feel realistic and
actionable.
Orientation
Using the orientation prop to control the layout.
A concise overview of the project: usage, goals, and recent highlights. Use this area to orient readers with key metrics and links to deeper docs.
List the most important features here with short, pragmatic descriptions so readers can scan for what matters (accessibility, theming, integrations).
Show recent activity or sample data: new releases, PRs merged, or notable user events. This helps examples feel realistic and actionable.
A concise overview of the project: usage, goals, and recent highlights. Use this area to orient readers with key metrics and links to
deeper docs.
List the most important features here with short, pragmatic descriptions so readers can scan for what matters (accessibility, theming,
integrations).
Show recent activity or sample data: new releases, PRs merged, or notable user events. This helps examples feel realistic and
actionable.
Direction
Set the text direction (ltr or rtl) using the dir prop.
A concise overview of the project: usage, goals, and recent highlights. Use this area to orient readers with key metrics and links to deeper docs.
List the most important features here with short, pragmatic descriptions so readers can scan for what matters (accessibility, theming, integrations).
Show recent activity or sample data: new releases, PRs merged, or notable user events. This helps examples feel realistic and actionable.
A concise overview of the project: usage, goals, and recent highlights. Use this area to orient readers with key metrics and links to
deeper docs.
List the most important features here with short, pragmatic descriptions so readers can scan for what matters (accessibility, theming,
integrations).
Show recent activity or sample data: new releases, PRs merged, or notable user events. This helps examples feel realistic and
actionable.
Anatomy
Here’s an overview of how the Tabs component is structured in code:
import { Tabs } from '@skeletonlabs/skeleton-react';
export default function Anatomy() {
return (
<Tabs>
<Tabs.List>
<Tabs.Trigger />
<Tabs.Indicator />
</Tabs.List>
<Tabs.Content />
</Tabs>
);
}<script lang="ts">
import { Tabs } from '@skeletonlabs/skeleton-svelte';
</script>
<Tabs>
<Tabs.List>
<Tabs.Trigger />
<Tabs.Indicator />
</Tabs.List>
<Tabs.Content />
</Tabs>API Reference
Unable to load component information for react/tabs
Unable to load component information for svelte/tabs