0.0.1 • Published 9 years ago
ember-power-select-mobile v0.0.1
ember-power-select-mobile - WIP
This README outlines the details of collaborating on this Ember addon.
Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.
API
labelText- renders in middle of provided nav componentbuttonText- renders in the header to close out ember-power-select-mobileclassName- useful for targeting in testsoptions- array of JS primitives or array of objectsselected- JS primitive or object that is selected. May delegate to action if needed.searchEnabled- shows search box in headeronchange- action to handle selection of option
Notes
- For examples, see
tests/folder for dummy app or applicable tests or styling options - renderInPlace default is set to true so options are not attached to the root of the body
For more information on using ember-cli, visit http://ember-cli.com/.
0.0.1
9 years ago