--- title: Tab description: The Tab component organizes content into sections, displaying one panel at a time. --- ## Default Tab Note: All examples below require tabs to be [initialized from JavaScript](#init). ```html
1
``` ## Simple Tab ```html
5
``` ## Stacked Add class modifier `env-tabs--column` to tab stack container to make tabs vertical. ```html
7
```
## Initiation ```javascript envision.tabs('.example-tabs'); ```