v0.1.2
components

Tabs

A renderless component for organizing content into sections. Switch between views by clicking a tab trigger. Supports active state, dynamic content, and keyboard navigation.

This component wraps TabsBuilder and exposes its behavior as a renderless component.

Tab content 1

API Reference

TabsProps

This type extends all properties from `TabsBuilderOptions`.

PropertyTypeDefaultDescription
children
Snippet
Tab content to render
The snippet receives the TabsBuilder instance as parameter.

Examples

Vertical tabs

Tab content 1