
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
react-interactive-component
Advanced tools
Create interactive live demo for your React Component with ease
ReactInteractiveComponent build custom controls from your component props and default props to let user interact easily with it.
It keep in sync edit and preview sections to reflect changes in real time.
Available files:
- CommonJS build =>
/lib,- ES6 modules build =>
/es- UMD build =>
/umd
You can download react-interactive-component from the NPM registry via the npm or yarn commands
yarn add react-interactive-component
npm install react-interactive-component --save
If you don't use package manager and you want to include react-interactive-component directly in your html, you could get it from the UNPKG CDN
https://unpkg.com/react-interactive-component/dist/react-interactive-component.min.js.
import React, {Component} from "react"
import ReactInteractiveComponent, {loadEditorTheme} from "react-interactive-component"
import YourReactComponent from "./src/YourReactComponent"
loadEditorTheme()
const Demo = () => (
<ReactInteractiveComponent>
<YourReactComponent />
</ReactInteractiveComponent>
)
If you need some customization, checkout documentation

See Demo page
Feel free to create an issue to discuss about the missing features
npm test).See CONTRIBUTING.md guidelines
See changelog
This project is licensed under the MIT License - see the LICENCE.md file for details
FAQs
Create interactive live demo for your React Component with ease
We found that react-interactive-component 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.