1.0.0 • Published 7 years ago
ember-calendly v1.0.0
Ember-calendly

Easy Calendly integration for Ember.js apps.
FASTBOOT COMPATIBLE
Use
ember install ember-calendlyThen 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: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/.
© Levanto Financial Inc, All Rights Reserved