
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
grapesjs-blocks-flexbox
Advanced tools
This plugin adds the Flexbox block which allows creating easily flexible and responsive columns
grapesjs-blocks-flexbox
flexbox
Option | Description | Default |
---|---|---|
stylePrefix | Classes prefix | '' |
flexboxBlock | Use this to extend the default flexbox block | {} |
labelRow | Row label | Row |
labelColumn | Column label | Column |
https://unpkg.com/grapesjs-blocks-flexbox
npm i grapesjs-blocks-flexbox
git clone https://github.com/GrapesJS/blocks-flexbox.git
<link href="https://unpkg.com/grapesjs/dist/css/grapes.min.css" rel="stylesheet"/>
<script src="https://unpkg.com/grapesjs"></script>
<script src="path/to/grapesjs-blocks-flexbox.min.js"></script>
<div id="gjs"></div>
<script type="text/javascript">
var editor = grapesjs.init({
container : '#gjs',
...
plugins: ['grapesjs-blocks-flexbox'],
pluginsOpts: {
'grapesjs-blocks-flexbox': {
// options
}
}
});
</script>
Clone the repository
$ git clone https://github.com/GrapesJS/blocks-flexbox.git
$ cd blocks-flexbox
Install dependencies
$ npm i
Start the dev server
$ npm start
BSD 3-Clause
FAQs
Add the flexbox block
We found that grapesjs-blocks-flexbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.