basic-template-example
v1.0.3
Published
This project is just a template to create isolated components or modules with react, and publish it to npm.
Downloads
22
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.
