ember-bootstrap
Version:
Bootstrap components for Ember.js
13 lines (11 loc) • 334 B
JavaScript
import templateOnly from '@ember/component/template-only';
/**
* Component to wrap the collapsible content of a [Components.Navbar](Components.Navbar.html) component.
* Have a look there for examples.
*
* @class NavbarContent
* @namespace Components
* @extends Components.Collapse
* @public
*/
export default templateOnly();