This package has been deprecated

Author message:

This package is deprecated. Please use @storyblok/react

storyblok-react
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Storyblok Editable Component

Wrap this component to make your components editable in storyblok.com

Installation

$ npm install storyblok-react --save

Example

import SbEditable from 'storyblok-react';

const Feature = (props) => (
  <SbEditable content={props.content}>
    <div className="feature">
      {props.content.name}
    </div>
  </SbEditable>
);

export default Feature;

License

MIT

Contribution

Fork me on Github.

This project use semantic-release for generate new versions by using commit messages and we use the Angular Convention to naming the commits. Check this question about it in semantic-release FAQ.

Package Sidebar

Install

npm i storyblok-react

Weekly Downloads

11,876

Version

0.1.2

License

MIT

Unpacked Size

7.55 kB

Total Files

6

Last publish

Collaborators

  • delooks
  • dominikangerer
  • alexjoverm
  • emanuelgsouza
  • samuells
  • jpcfreire
  • christianzoppisb
  • alvarosaburido
  • imranolas