basic-template-example

This project is just a template to create isolated components or modules with react, and publish it to npm.

Usage no npm install needed!

<script type="module">
  import basicTemplateExample from 'https://cdn.skypack.dev/basic-template-example';
</script>

README

NPM PUBLISH REACT TEMPLATE

This project is just a template to create isolated components or modules with react, and publish it to npm.

Production

Props (Sockets)

  content: PropTypes.oneOfType([PropTypes.element, PropTypes.string]),

  //default
  content: null,

Component loaded in content section.