Storyblok Storyblok Editable Component For React Oct 20, 2021 1 min read Storyblok Editable Component Wrap this component to make your components editable in storyblok.com Installation $ npm install storyblok-react --save Sh Example import SbEditable from 'storyblok-react'; const Feature = (props) => ( <SbEditable content={props.content}> <div className="feature"> {props.content.name} </div> </SbEditable> ); export default Feature; Js License MIT GitHub https://github.com/storyblok/storyblok-react Storyblok
Nextjs Adding Headless CMS to NextJS like a Pro, this repository contains code examples and guide on how to integrate Storyblok, a headless CMS to NextJS Adding Headless CMS to NextJS like a Pro, this repository contains code examples and guide on how to integrate Storyblok, a headless CMS to NextJS 05 December 2021