layout3template-example
v1.0.4
Published
This project is just a template to create isolated components or modules with react, and publish it to npm.
Downloads
2
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)
title: PropTypes.oneOfType([PropTypes.element, PropTypes.string]),
title: null,
Component loaded in title section.
box1: PropTypes.oneOfType([PropTypes.element, PropTypes.string]),
// default
box1: null,
Component loaded in box1 section.
box2: PropTypes.oneOfType([PropTypes.element, PropTypes.string]),
// default
box2: null,
Component loaded in box2 section.
box3: PropTypes.oneOfType([PropTypes.element, PropTypes.string]),
// default
box3: null,
Component loaded in box3 section.