ember install ember-frost-info-bar
The info-bar component is accessible using ember-hook with the top level hook name or you can access the internal components as well -
- Default top level hook -
$hook('info-bar')
- Icon slot hook -
$hook('<hook-name>-icon')
- Title slot hook -
$hook('<hook-name>-title')
- Summary slot hook -
$hook('<hook-name>-summary')'
- Controls slot hook -
$hook('<hook-name>-controls')'
- Controls slot item hook -
$hook('<hook-name>-controls-<index>')'
- Actions slot -
$hook('<hook-name>-action')'
git clone [email protected]:ciena-frost/ember-frost-info-bar.git
cd ember-frost-info-bar
npm install && bower install
A dummy application for development is available under ember-frost-info-bar/tests/dummy
.
To run the server run ember server
(or npm start
) from the root of the repository and
visit the app at http://localhost:4200.
Run npm test
from the root of the project to run linting checks as well as execute the test suite
and output code coverage.