UNPKG

@gitlab/ui

Version:
17 lines (15 loc) 392 B
import examples from './examples'; import description from './tab.md'; export default { description, examples, bootstrapComponent: 'b-tab', followsDesignSystem: true, propsInfo: { queryParamValue: { additionalInfo: 'Query string parameter value to use when `gl-tabs` `sync-active-tab-with-query-params` prop is set to `true`.', type: String, }, }, };