Skip to content

Netkata/g-accordion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accordion

This project was bootstrapped with Create Cloud Block.

Below you will find some information on how to run scripts.

npm start

  • Use to compile and run the block in development mode.
  • Live reload is not supported currently.

npm run build

  • Use to build production code for your block inside build folder.

npm run deploy

  • Use to publish the block to NPM
  • It will become available in Gutenberg Cloud in a few minutes

How to apply JS functionality

Include accordion.js in your project, then use it like this:

import Accordion from './path/to/accordion';

const accordion = new Accordion();
accordion.init();

About

Gutenberg Accordion Block

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published