1.1.0 • Published 2 years ago

@storyblok/storyblok-editable v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Storyblok Editable

Use this module to make your components editable in storyblok.com

Installation

$ npm install @storyblok/storyblok-editable --save

Example

import { sbEditable } from "@storyblok/storyblok-editable";

return <div {...sbEditable(blok)}></div>;

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.