@gitlab/ui
Version:
GitLab UI Components
19 lines (15 loc) • 499 B
JavaScript
import examples from './examples';
var description = "### GlTab Component cannot be used alone\n\nIt must be used with `tabs` as the parent\n";
var tab_documentation = {
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
}
}
};
export default tab_documentation;