@compositor/kit
Version:
Components for development environments, style guides, and demos
49 lines (38 loc) • 957 B
Markdown
# Kit Components
Utility React components for development & documentation
https://github.com/c8r/kit
```sh
npm install @compositor/kit
```
Kit components can be used in any React application setup.
```jsx
// example
import React from 'react'
import { XRay } from '@compositor/kit'
import Button from '../src/Button'
export default props => (
<XRay>
<Button>Hello</Button>
</XRay>
)
```
## Documentation
- [XRay](../docs/XRay.md)
- [Debug](../docs/Debug.md)
- [Library](../docs/Library.md)
- [Responsive](../docs/Responsive.md)
- [Frame](../docs/Frame.md)
- [Cartesian](../docs/Cartesian.md)
- [Matrix](../docs/Matrix.md)
- [LiveEditor](../docs/LiveEditor.md)
- [PropsForm](../docs/PropsForm.md)
- [Markdown](../docs/Markdown.md)
- [State](../docs/State.md)
- [Diff](../docs/Diff.md)
- [Font](../docs/Font.md)
- [Style](../docs/Style.md)
- [Catch](../docs/Catch.md)
---
[Made by Compositor](https://compositor.io/)
|
[MIT License](license)