# Tab [component-header:sl-tab] ```html preview Tab Active Closable Disabled ``` ```jsx react import { SlTab } from '@shoelace-style/shoelace/dist/react'; const App = () => ( <> Tab Active Closable Disabled ); ``` ?> Additional demonstrations can be found in the [tab group examples](/components/tab-group). [component-metadata:sl-tab]