<flow-tab>
The tab component provides tab buttons for a tabbed UI.
<html> <flow-tab active>Tab 1</flow-tab> <flow-tab>Tab 2</flow-tab> <flow-tab>Tab 3</flow-tab> </html>
See the tab group component for details of how to combine tabs and tabs panels into a complete tabbed UI.
active
boolean
false
disabled
panel
string
''
removeFocus
removeFocus() => Promise<void>
Remove focus from the tab.
setFocus
setFocus() => Promise<void>
Set focus to the tab.
(default)
--focus-ring
base
← Tab Group Tab Panel →