Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 685 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 685 Bytes

React Module for adding Sitecore Placeholders

This package allows you to add Sitecore placeholders while developing a React based website. It is designed to be used with the Sitecore.React 2.0 module.

Usage

  1. Run npm install --save-dev 'sitecore.react.placeholders'
  2. Add a placeholder to your react component like this:
<Placeholder key={'placeholder key'} isDynamic={false} content={this.props.children} />

Blog post about it:

  • Comming soon

Also check out

License

MIT