ember-calendly
v1.0.0
Published
Calendly integration for Ember.js apps
Downloads
6
Maintainers
Readme
Ember-calendly
Easy Calendly integration for Ember.js apps.
FASTBOOT COMPATIBLE
Use
ember install ember-calendly
Then you have three options for embedding calendly.
Inline
{{calendly-inline
url='https://calendly.com/mnorth'
style=(hash
min-width='320px'
height='580px')}}
Popup Widget
{{calendly-popup-widget
url='https://calendly.com/mnorth'}}
Popup Text
{{calendly-popup-text
url='https://calendly.com/mnorth'}}
Other stuff
You may also import Calendly as an ES6 module
import Calendly from 'calendly';
Calendly.closePopupWidget();
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.
© Levanto Financial Inc, All Rights Reserved