🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

grapesjs-grid-system

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

grapesjs-grid-system

Grid system for GrapesJS {Sections / columns}

unpublished
latest
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

GrapesJS Grid System Plugin

This plugin add the Grid System for editor

GrapesJS Development - link

Summary

  • Plugin
    • Name: gis-plugin-grid
    • Options:
      • default_css Disable the default grid css, default = true
      • default_components Remove from blocks 4 default components, default = true

Download

  • npm i grapesjs-plugin-grid
  • Latest release link {ADD URL}

Usage

<link href="path/to/grapes.min.css" rel="stylesheet"/>
<script src="path/to/grapes.min.js"></script>
<script src="dist/grapesjs-plugin-grid.min.js"></script>

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

<script type="text/javascript">
  var editor = grapesjs.init({
      container : '#gjs',
      plugins: ['gis-plugin-grid'],
      pluginsOpts: {
        'gis-plugin-grid': {
            default_css: true,
            default_components: true,
          }
      }
  });
</script>

Development

Clone the repository

$ git clone {ADD URL}
$ cd grapesjs-plugin-grid

Install dependencies

$ npm i

Start the dev server

$ npm start

Keywords

grapesjs

FAQs

Package last updated on 24 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts