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>
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>
0 reviews