0.0.58 • Published 8 months ago

@documint/grapesjs-grid-system v0.0.58

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

TODO

  • When the last column is removed delete the parent row
  • Fix bug when dragging column from one row to another
0.0.58

8 months ago

0.0.57

1 year ago

0.0.56

1 year ago

0.0.55

2 years ago

0.0.50

2 years ago

0.0.48

2 years ago

0.0.49

2 years ago

0.0.46

2 years ago

0.0.47

2 years ago

0.0.21

2 years ago

0.0.44

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.25

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.17

2 years ago

0.0.14

2 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago