kit
kit copied to clipboard
Tools for developing, documenting, and testing React component libraries
This would be an optional identifier for indicating the status of a component. - Deprecated - Alpha - Beta - etc.
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...