Tab Content Reference
Reference for Tab Content Reference in Web Framework References. Key properties: ID, Class.
Container for tab panes. Use with a tabs/nav component; place one or more Tab Pane components inside.
Inspector Property Groups
Tab Content Properties
| Property | Type | Details |
|---|---|---|
| ID | text | Optional unique identifier for this element. Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction Attribute: id |
| Class | text | Adds raw class names to the element. Adds text directly to the class attribute. Use this for custom utility classes or project-specific overrides. Separate multiple classes with spaces. Bootstrap docs: Utilities API Attribute: class |