Skip to content
Scott Cummings edited this page Oct 31, 2013 · 1 revision

##Book Config Property background The area behind the storybook can be defined.

###Properties

  • color [String] - sets the color of the storybook container.
  • url [String] - sets the background image of the storybook container.

###JSON Example background: { color: "#ababab", url: "images/circles-background.png" }

Clone this wiki locally