0.3.17 • Published 2 years ago

grapesjs-calendly v0.3.17

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

GrapesJS Calendly

This plugin adds calendly embed widgets to grapesjs.

Summary

  • Plugin name: grapesjs-calendly
  • Blocks
    • Calendly

Options

Download

  • CDN
    • https://unpkg.com/grapesjs-calendly
  • NPM
    • npm i grapesjs-calendly
  • GIT
    • git clone https://github.com/Ju99ernaut/grapesjs-calendly

Usage

<link
  href="https://unpkg.com/grapesjs/dist/css/grapes.min.css"
  rel="stylesheet"
/>
<script src="https://unpkg.com/grapesjs"></script>
<script src="path/to/grapesjs-calendly.min.js"></script>

<div id="gjs"></div>

<script type="text/javascript">
  var editor = grapesjs.init({
    container : '#gjs',
    ...
    plugins: ['grapesjs-calendly']
  });
</script>

Development

Clone the repository

$ git clone https://github.com/Ju99ernaut/grapesjs-calendly
$ cd grapesjs-calendly

Install dependencies

$ npm i

Start the dev server

$ npm start

License

BSD 3-Clause