Tabs

Attribute Type Documentation Default Value
Required id * :string
value :string
default_value :string
on_value_change :any
orientation :string "horizontal"
activation_mode :string "automatic"
class :any []
rest :global
Required inner_block * :slot
<.tabs_list>
  <.tabs_trigger value="account">Account</.tabs_trigger>
  <.tabs_trigger value="password">Password</.tabs_trigger>
</.tabs_list>
<.tabs_content value="account" class="p-4 text-sm">
  Make changes to your account here.
</.tabs_content>
<.tabs_content value="password" class="p-4 text-sm">
  Change your password here.
</.tabs_content>