@gitlab/ui
Version:
GitLab UI Components
18 lines (13 loc) • 447 B
JavaScript
import examples from './examples';
var nav = "# Nav\n\n<!-- STORY -->\n\n## Usage\n\nThe navigation component is built with flexbox and provides a strong foundation for building all\ntypes of navigation components.\n";
var description = /*#__PURE__*/Object.freeze({
__proto__: null,
'default': nav
});
var nav_documentation = {
description,
examples,
bootstrapComponent: 'b-nav',
propsInfo: {}
};
export default nav_documentation;