Brent Jackson
Brent Jackson
Hi! Just found this project via Twitter and noticed that it's fairly similar to some of the work we're doing on https://styled-system.com and https://theme-ui.com. I can see some differences in...
While it halfway works, setting `pathPrefix` in a Gatsby config causes some odd behavior in the theme. This might be due to the use of `matchPath` + how the base...
Fixes #182 This is probably a major/breaking change since it removes the `theme` prop from the Markdown and LiveEditor components, but these should accept theme context from outside of the...
I *think* this is probably a better solution for the Library component, considering all the conflicting routing situations we've seen so far
With the Kit CLI, I think there are two predominant modes for usage: commands that are configured once (via flags or a package.json field) and commands that require different options...
Could expose the render props from https://github.com/souporserious/react-measure to display width, height, etc
Currently the dev server filters JS files and only attempts to render components (e.g. functions, `props => Hello`). For snapshots, storybook stories, etc., a static React element is usually good...
The render prop could pass the frame's `document` as a prop for integrating with CSS-in-JS libraries