
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@betrue/react-elementor
Advanced tools
Nx plugin to generate Wordpress plugin that enrich Elementor with ReactJS widgets. All widget are wrapped in web component that will act as a proxy between elementor and react. all web components uses shadow dom to prevent css overload.
Nx plugin to generate Wordpress plugin that enrich Elementor with ReactJS widgets. All widget are wrapped in web component that will act as a proxy between elementor and react. all web components uses shadow dom to prevent css overload.
State between component is maintained using Redux.
| Plugin | Description |
|---|---|
@betrue/react-elementor | Generate Reactjs Elementor widgets in Wordpress plugin; |
Create a new nx workspace (if doesn't exist)
npx create-nx-workspace@latest my-workspace
Install @betrue/react-elementor
cd my-workspace
npm install -D @betrue/react-elementor
Create a Wordpress plugin that will wrap all elementor widgets
nx g @betrue/react-elementor:plugin my-project
You can now serve the app to see the generated web component in action on http://localhost:4200
nx serve my-project
If you have already installed docker and docker-compose you can try the elementor plugin in wordpress
nx elementor my-project // to build the plugin
start docker-compose
docker-compose -f apps/my-project/src/docker-compose.yml up -d
http://localhost:8000install and enable elementor elementor plugin elementor plugin@betrue/nx-reactjs-elementor:addWidget --name my-widget --plugin my-plugin --attributes attr1,attr2
| Option | Description |
|---|---|
name | (Required) name of the Reactjs elementor widget |
plugin | (Required) The name of the Wordpress plugin in which the widget will be generated. |
attributes | List of attribute that are customizable in elementor |
directory | A directory where the project is placed (sub-directory in lib). |
author | Name of who makes this plugin. |
tags | Add tags to the project (used for linting). |
widgetDescription | Widget description that appear in Wordpress plugin view. |
version | Wordpress plugin version. |
FAQs
Nx plugin to generate Wordpress plugin that enrich Elementor with ReactJS widgets. All widget are wrapped in web component that will act as a proxy between elementor and react. all web components uses shadow dom to prevent css overload.
The npm package @betrue/react-elementor receives a total of 20 weekly downloads. As such, @betrue/react-elementor popularity was classified as not popular.
We found that @betrue/react-elementor demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.