ember-calendly
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Ember-calendly Build Status Ember Observer Score npm version Code Climate

Greenkeeper badge

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

Running Tests

  • npm test (Runs ember 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

Package Sidebar

Install

npm i ember-calendly

Weekly Downloads

7

Version

1.0.0

License

MIT

Unpacked Size

540 kB

Total Files

21

Last publish

Collaborators

  • northm