Skip to content

Repository files navigation

GrapesJS Countdown

Simple countdown component for GrapesJS Editor

GrapesJS


Summary

  • Plugin name: grapesjs-component-countdown
  • Components: countdown
  • Blocks: countdown

Options

OptionDescriptionDefault
idThe ID used to create the block and component.countdown
labelThe label used for the block and the component.Countdown
blockObject to extend the default block, eg. { label: 'Countdown', category: 'Extra', ... }. Pass a falsy value to avoid adding the block.{}
propsObject to extend the default component properties., eg. { name: 'Countdown', droppable: false, ... }.{}
styleCustom CSS styles for the component. This will replace the default one.''
styleAdditionalAdditional CSS styles for the component. These will be appended to the default one.''
startTimeDefault start time, eg. 2030-01-25 00:00.''
endTextText to show when the countdown is ended.'EXPIRED'
dateInputTypeDate input type, eg. date, datetime-local'date'
labelDaysDays label text used in component.'days'
labelHoursHours label text used in component.'hours'
labelMinutesMinutes label text used in component.'minutes'
labelSecondsSeconds label text used in component.'seconds'
classPrefixCountdown component class prefix.'countdown'

Download

  • CDN
    • https://unpkg.com/grapesjs-component-countdown
  • NPM
    • npm i grapesjs-component-countdown
  • GIT
    • git clone https://github.com/artf/grapesjs-component-countdown.git

Usage

Directly in the browser

<linkhref="https://unpkg.com/grapesjs/dist/css/grapes.min.css" rel="stylesheet"/><scriptsrc="https://unpkg.com/grapesjs"></script><scriptsrc="path/to/grapesjs-component-countdown.min.js"></script><divid="gjs"></div><scripttype="text/javascript">vareditor=grapesjs.init({container : '#gjs',// ...plugins: ['grapesjs-component-countdown'],pluginsOpts: {'grapesjs-component-countdown': {/* options */}}});</script>

Modern javascript

importgrapesjsfrom'grapesjs';importpluginCountdownfrom'grapesjs-component-countdown';consteditor=grapesjs.init({container : '#gjs',// ...plugins: [pluginCountdown],pluginsOpts: {[pluginCountdown]: {/* options */}}// orplugins: [editor=>pluginCountdown(editor,{/* options */}),],});

Development

Clone the repository

$ git clone https://github.com/artf/grapesjs-component-countdown.git
$ cd grapesjs-component-countdown

Install it

$ npm i

Start the dev server

$ npm start

Build before the commit. This will also increase the patch level version of the package

$ npm run build

License

BSD 3-Clause

About

Simple countdown component for the GrapesJS Editor

Topics

Resources

Stars

20 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages