UNPKG

@gitlab/ui

Version:
13 lines (9 loc) 762 B
import examples from './examples'; var description = "> Note: This component is being introduced to replace the `GlDeprecatedDropdown` component as it\n> doesn't conform to the [design specs](https://design.gitlab.com/components/dropdowns#dropdown).\n> Please use `GlDropdown` 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 dropdown_documentation = { description: description, bootstrapComponent: 'b-dropdown', examples: examples, followsDesignSystem: false }; export default dropdown_documentation;