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.
- Run
npm install --save-dev 'sitecore.react.placeholders'
- Add a placeholder to your react component like this:
<Placeholder key={'placeholder key'} isDynamic={false} content={this.props.children} />
- Comming soon
MIT