Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

armo-breadboard

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

armo-breadboard

Edit a live React component's source in real time.

  • 0.3.0-beta.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

armo-breadboard

npm version

A themeable React component. Use it to edit a live React component's source in real time.

Used on reactarmory.com. Only use this component to display your own code -- it is not safe for use with publicly submitted code. For public code, use a service like codepen.io.

Installation

yarn add armo-breadboard

Host script

To use Breadboard with IE, you'll need to setup a "host page" on the domain under which you want the script to run. This domain should be different from your site's domain for security purposes.

The host page just loads the host script, which allows it to receive source from the main Breadboard component. For example, React Armory has a host.html page on https://breadboard.reactarmory.com:

<!DOCTYPE html>
<html>
  <head>
    <script src="https://breadboard.reactarmory.com/host.js?version=1"></script>
  </head>
  <body>
  </body>
</html>

Keywords

FAQs

Package last updated on 28 Sep 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc