JSPM

@toptal/davinci-storybook-live-edit-addon

0.1.1-alpha-fx-3047-separate-live-edit-addon.1804+9b0d33cf
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q137699F
  • License ISC

Live edit addon for Storybook

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']
}