This package has been deprecated

Author message:

deprecated due to security vulnerability and no reason to fix it

react-runkit-embed

0.1.2 • Public • Published

react-runkit-embed

Embed RunKit in your React apps

For a demo

npm i react-runkit-embed

then

npm start

then go to http://localhost:8080

How to use

npm i react-runkit-embed

then

npm run build

then

import RunKit from 'react-runkit-embed/RunKit'

then

<RunKit param=val...>your code here</RunKit>

Parameters

  • readOnly
  • nodeVersion
  • env
  • title
  • minHeight
  • packageResolutionTimestamp
  • preamble
  • onLoad
  • onURLChanged
  • onEvaluate
  • autoEval: automatically evaluate code if 'true'

See https://runkit.com/docs/embed for documentation on the parameters.

Readme

Keywords

none

Package Sidebar

Install

npm i react-runkit-embed

Weekly Downloads

0

Version

0.1.2

License

Apache-2.0

Last publish

Collaborators

  • arlomiles