Borders Color

Introducing the Borders Color plugin for GrapesJS! This plugin is the perfect solution for anyone looking to customize their GrapesJS projects. With this plugin, you can easily replace the colors for badge, resize, toolbar, selected components, and more. This plugin is easy to install and use, and it will give your projects a unique and professional look. With the Borders Color plugin for GrapesJS, you can take your projects to the next level!

Instruction:

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

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

<script type="text/javascript">
  let editor = grapesjs.init({
    container : '#gjs',
    plugins: ['grapesjs-plugin-borders'],
    pluginsOpts: {
      'grapesjs-plugin-borders': {
        'main_color': '#000000', // For all
        // OR
        'selected': '#000000',
        'resizer': '#000000',
        'toolbar': '#000000',
        'badge': '#000000',
        'highlighter': '#000000'
      }
    }
  });
</script>
Share this item:
Last Update:Nov 12, 2023
Published:Nov 19, 2022
Versions:
0.20.x0.19.x0.18.x0.17.x0.16.x0.21.x
0

0 reviews

5
0
4
0
3
0
2
0
1
0

Product Reviews (0)

Sort By :

No Reviews Found

Question and Answers (0)

No question found

Share this item: