@gitlab/ui
Version:
GitLab UI Components
12 lines (8 loc) • 705 B
JavaScript
import examples from './examples';
var description = "# Dropdown\n\n> Note: This component is being migrated to the `GlNewDropdown` component as it conforms to the\n> [design specs](https://design.gitlab.com/components/dropdowns#dropdown). Please use\n> `GlNewDropdown` instead. You can read more about the migration\n> [here](https://gitlab.com/gitlab-org/gitlab-ui/-/issues/673).\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;