dash-modal.js
This is the modal for the Dash platform.
Releasing a New Version
Steps to release a new version:
- Update the change log.
- Run
./bower_deploy.sh
Setup
- install node/npm
- npm install
- bower install
- npm install testem -g
Tests
Run testem
For more documentation, visit our documentation site
HTML Template Usage
Your HTML template should include the following HTML structure:
<div class="modal-header"><h2>This is a modal title</h2></div>
<div class="modal-content"><p>Some really cool modal content!</p></div>
<div class="modal-footer"><button>Do stuff</button></div>
Running the sample
grunt build:distopen app/index.html
License
MIT License