johno / gatsby-themes

[WIP] A collection of Gatsby themes
MIT License
17 stars 1 forks source link

Generate documentation for theme components #25

Open johno opened 5 years ago

johno commented 5 years ago

Since component shadowing will be the primary way for customizing a theme, we should provide a mechanism for theme authors to trivially document the components that can be shadowed. For an MVP we can require that propTypes are specified and use that to create a list of components and a table of the props they accept and the type.