README
LivePreview
LivePreview is a component that allows users to inteact with React component(s) in browser.
Documentation
Install
npm install --save react-live-preview
Live preview of your React components
<script type="module">
import reactLivePreview from 'https://cdn.skypack.dev/react-live-preview';
</script>
LivePreview is a component that allows users to inteact with React component(s) in browser.
npm install --save react-live-preview