ember-frost-object-details
v8.0.3
Published
The default blueprint for ember-cli addons.
Downloads
29
Readme
ember-frost-object-details
Dependencies
Health
Security
Ember Observer score
An object details page packages together all details about an object in a full page of real estate. The ember-frost-object-details component will provide you free animations, styles and the frame of the page with simple setup.
Installation
ember install ember-frost-object-details
API
Detailed API and example usage can be found in the sample application in tests/dummy
, which is also running at http://ciena-frost.github.io/ember-frost-object-details
Ember-elsewhere
This addon uses the ember-elsewhere to manage the tabs, to put the tab in the right location
Testing with ember-hook
This addon has been optimized for use with ember-hook. You can set a hook
name on your object details template.
This will allow you to access the internal object details content for testing.
Development
Setup
git clone [email protected]:ciena-frost/ember-frost-object-details.git
cd ember-frost-object-details
npm install && bower install
Development Server
A dummy application for development is available under ember-frost-object-details/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.
Testing
Run npm test
from the root of the project to run linting checks as well as execute the test suite
and output code coverage.