optional required

Tab Directives
Create & Control Semantic UI Tab with Angular Directives

sm-tab-menu
Creates a menu of tab links.

Attributes
Example


        
First Tab Content Second Tab Content

sm-tab-bind
A lightweight attribute directive which calls tab() on the element with the settings object passed to the attribute. Using this directive means you need to manage the communication between Angular and Semantic UI yourself.



        
First Tab Content
Second Tab Content

sm-tab
Creates a named tab.



        
First Tab Content Second Tab Content

Behavior Directives

These attribute directives invoke a behavior on the component where the attribute value can be one of the following formats:

String
Object
Example


        
Execute Simple Behavior Execute Advanced Behavior

sm-tab-set
When a DOM event fires on the element with the directive, it can command tab(s) to be set as active.



        
Set to First Set to Second
First Tab Content Second Tab Content