@gitlab/ui
Version:
GitLab UI Components
13 lines (9 loc) • 515 B
JavaScript
import examples from './examples';
var description = "# Dropdown\n\n<!-- STORY -->\n\n## Usage\n\n> Note: This component is still being developed. Please use [`<gl-dropdown>`] instead.\n\nThe dropdown component offers a user multiple items or actions to choose from which are initially collapsed behind a button.\n";
var new_dropdown_documentation = {
description: description,
bootstrapComponent: 'b-dropdown',
examples: examples,
followsDesignSystem: true
};
export default new_dropdown_documentation;