You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module.exports={name:'Component name',stories:[{name:'story name',slug:'unique_slug',args:{},// propsdescription:'',docs:` ### story 1 Write documentation for this particular story here. `},{...}],docs:` Write component docs here. ### Markdown support Markdown is supported here. `}
Component definition
key
description
type
required
default value
name
name of the component
string
yes
stories
array of stories
array
no
[]
docs
write docs for this component in markdown
string
no
Story definition
key
description
type
required
default value
name
name of the story
string
yes
slug
unique slug for the component. Should be unique accross all the components in the repo