grapesjs-calendly

0.3.17 • Public • Published

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

Package Sidebar

Install

npm i grapesjs-calendly

Weekly Downloads

54

Version

0.3.17

License

BSD-3-Clause

Unpacked Size

33.7 kB

Total Files

10

Last publish

Collaborators

  • ju99ernaut