Update story parameters

The new way

Using the options object inside the parameters object

export default {
  controls: { hideNoControlsWarning: true, exclude: [] },
  parameters: {
    toolbar: { visibility: "hidden" },
    layout: "none",
    options: {
      showPanel: false,
    },
  },
  title: "Getting Started/Overview",
}

The other properties of the options object


The old way

Last updated