Components
Tab
Tab groups organize content into a container that shows one section at a time.
TabGroupA()( TabA(_.panel := "general")( "General" ), TabA(_.panel := "custom")( "Custom" ), TabA(_.panel := "advanced")( "Advanced" ), TabA(_.panel := "disabled", _.disabled := true)( "Disabled" ), TabPanelA(_.name := "general")( "This is the general tab panel." ), TabPanelA(_.name := "custom")( "This is the custom tab panel." ), TabPanelA(_.name := "advanced")( "This is the advanced tab panel." ), TabPanelA(_.name := "disabled")( disabled := true, "This is the disabled tab panel." ))