1.0.5 • Published 7 years ago

layout2template-example v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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.