A simple 'About' modal dialog using ember-remodal
ember install ember-frost-about-dialog
Attribute | Type | Value | Description |
---|---|---|---|
modalName |
string |
Required name of the about modal | |
title |
string |
Name of product | |
message |
string |
Product tag line for about dialog | |
serverMessage |
array |
Array of strings - Message from the server | |
copyrightText |
array |
Array of Copyright text string where array items are separated by line breaks | |
logoPath |
string |
Path to logo svg | |
stripPath |
string |
Path to branding strip svg | |
licenseText |
array |
Array of license text string where array items are separated by line breaks | |
target |
block-slot |
Block-slot template to yield the element that will launch the dialog on click |
git clone git@github.com:ciena-frost/ember-frost-about-dialog.git
cd ember-frost-about-dialog
npm install && bower install
A dummy application for development is available under ember-frost-about-dialog/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.