v0.0.14
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.

Tab content 1

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

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

Content 1