@gitlab/ui
Version:
GitLab UI Components
9 lines (6 loc) • 383 B
JavaScript
var description = "# Dropdown Item\n\n<!-- STORY -->\n\n## Usage\n\nThe dropdown item component is meant to be used for clickable entries inside a dropdown component.\nIf you provide the `href` attribute, it renders a link instead of a button.\n";
var dropdown_item_documentation = {
description,
bootstrapComponent: 'b-dropdown'
};
export default dropdown_item_documentation;