Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 957 Bytes

README.md

File metadata and controls

48 lines (38 loc) · 957 Bytes

Kit Components

Utility React components for development & documentation

https://github.com/c8r/kit

npm install @compositor/kit

Kit components can be used in any React application setup.

// example
import React from 'react'
import { XRay } from '@compositor/kit'
import Button from '../src/Button'

export default props => (
  <XRay>
    <Button>Hello</Button>
  </XRay>
)

Documentation


Made by Compositor | MIT License