1.1.6 • Published 7 years ago

react-playground-styled v1.1.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

React Playground styled

This component renders JSX in a code editor to be live evaluated in a viewer component. This viewer is intended to be used with styled components as it allows theme variables to propagate into the playground.

Install

npm install --save react-playgrond-styled

Usage

<Playground
  defaultValue={'<button>click</button>'}
/>

Will render a code editor on the right with the content <button>click</button> and a DOM button will appear on the left.

Thanks

This component was developed at NCR Edinburgh.

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago