@gitlab/ui
Version:
GitLab UI Components
13 lines (9 loc) • 763 B
JavaScript
import examples from './examples';
var description = "> Note: This component is being introduced to replace the `GlDropdown` component as it doesn't\n> conform to the [design specs](https://design.gitlab.com/components/dropdowns#dropdown). Please use\n> `GlNewDropdown` going forward. You can read more about the migration\n> [here](https://gitlab.com/gitlab-org/gitlab-ui/-/issues/673).\n\n# 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 new_dropdown_documentation = {
description: description,
bootstrapComponent: 'b-dropdown',
examples: examples,
followsDesignSystem: false
};
export default new_dropdown_documentation;