@gitlab/ui
Version:
GitLab UI Components
14 lines (10 loc) • 376 B
JavaScript
var nav_item = "# Nav Item\n\n<!-- STORY -->\n\n## Usage\n\nThe navigation item component is meant to be used for for actionable links (or router-links).\n";
var description = /*#__PURE__*/Object.freeze({
__proto__: null,
'default': nav_item
});
var nav_item_documentation = {
description,
bootstrapComponent: 'b-nav-item'
};
export default nav_item_documentation;