Package Exports
- @toptal/davinci-storybook-live-edit-addon
- @toptal/davinci-storybook-live-edit-addon/src/preset.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@toptal/davinci-storybook-live-edit-addon) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Storybook Addon Live Edit
Storybook Addon Live Edit allows user editing code in realtime
Installation
Add this addon to Storybook:
module.exports = {
addons: ['@toptal/davinci-storybook-live-edit-addon']
}This live-edit addon also brings @toptal/davinci-storybook-theme.
Usage
Add this addon to Storybook:
module.exports = {
addons: ['@toptal/davinci-storybook-live-edit-addon']
}