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

### TODO - add missing docs for Color and any other components - update travis script - add site meta tags to package.json - maybe break library/propsform into their own...

Fixes warning: ``` Warning: Invalid prop `name` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props. in React.Fragment (created by Example) in Example ```

add a props table to each component's docs. as mentioned in [#197](https://github.com/c8r/kit/pull/197#issuecomment-399711318) this is a WIP, I'll remove the [WIP] from the title when its' ready for review - just...

This would allow one to filter combinations of props like contrast of bg + color.

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

kit-cli seems to use a single examples folder with a set of files in it. Most of my projects are workspace based with multiple packages (whether lerna, yarn, or bolt),...