@gitlab/ui
Version:
GitLab UI Components
12 lines (8 loc) • 303 B
JavaScript
import examples from './examples';
var description = "# Button group\n\nComponent to generate both dropdown and button groups\n";
var button_group_documentation = {
description: description,
examples: examples,
bootstrapComponent: 'b-button-group'
};
export default button_group_documentation;