4.0.1 • Published 8 years ago

ember-frost-about-dialog v4.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Travis Coveralls NPM

ember-frost-about-dialog

A simple 'About' modal dialog using ember-remodal

Installation

ember install ember-frost-about-dialog

API

AttributeTypeValueDescription
modalNamestringRequired name of the about modal
titlestringName of product
messagestringProduct tag line for about dialog
serverMessagearrayArray of strings - Message from the server
copyrightTextarrayArray of Copyright text string where array items are separated by line breaks
logoPathstringPath to logo svg
stripPathstringPath to branding strip svg
licenseTextarrayArray of license text string where array items are separated by line breaks
targetblock-slotBlock-slot template to yield the element that will launch the dialog on click

Examples

{{#frost-about-dialog
  title='Product Name'
  message='Product tag line bacon ipsum color ametr turducken tial'
  serverMessage=dialogServerMessage
  licenseText=dialogLicenseText
  copyrightText='Copyright © 2016 Company, all rights reserved.'
  logoPath='app/company'
  stripPath='app/company-strip'
  modalName=modalName
}}
  {{#block-slot slot 'target'}}
    {{frost-button
      priority='primary'
      size='medium'
      text='Launch About Dialog'
    }}
  {{/block-slot}}
{{/frost-about-dialog}}

Development

Setup

git clone git@github.com:ciena-frost/ember-frost-about-dialog.git
cd ember-frost-about-dialog
npm install && bower install

Development Server

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.

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.

4.0.1

8 years ago

4.0.0

8 years ago

3.0.0

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago