# UnderlineTabs Documentation ## Installation ```bash jsrepo add underline-tabs ``` ## Components ### Root The root component of the underline tabs. #### Props | Prop | Type | Default Value | Required | Bindable | Description | |------|------|--------------|----------|----------|-------------| ### List The component containing the tab triggers. #### Props | Prop | Type | Default Value | Required | Bindable | Description | |------|------|--------------|----------|----------|-------------| ### Trigger The trigger for a tab. #### Props | Prop | Type | Default Value | Required | Bindable | Description | |------|------|--------------|----------|----------|-------------| ### Content The panel containing the contents of a tab. #### Props | Prop | Type | Default Value | Required | Bindable | Description | |------|------|--------------|----------|----------|-------------|