kit icon indicating copy to clipboard operation
kit copied to clipboard

Tools for developing, documenting, and testing React component libraries

Results 47 kit issues
Sort by recently updated
recently updated
newest added

This would be an optional identifier for indicating the status of a component. - Deprecated - Alpha - Beta - etc.

``` kit init -t next -d my-dir ```

v1

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...

v1

Could expose the render props from https://github.com/souporserious/react-measure to display width, height, etc

v1

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...

discussion
v1