The tabs shortcode allows you to display tabbed content. The options for this shortcode are shown below.
Option | Default | Example | Description |
---|---|---|---|
animation | (empty) | animation="sliding" | Choose the animation of the tabs
|
width | (empty) | width="200px" | Set the CSS width of the table |
Example
[tabs animation="sliding" width="400px"] [tab title="Tab 1 title"]Tab 1 content[/tab] [tab title="Tab 2 title"]Tab 2 content[/tab] [/tabs]