@gitlab/ui
Version:
GitLab UI Components
12 lines (8 loc) • 388 B
JavaScript
import examples from './examples';
var description = "# Dropdown\n\n<!-- STORY -->\n\n## Usage\n\nThe dropdown component offers a user multiple items or actions to choose from which are initially collapsed behind a button.\n";
var dropdown_documentation = {
description: description,
bootstrapComponent: 'b-dropdown',
examples: examples
};
export default dropdown_documentation;