Skip to content

Files

Latest commit

0dcf754 · Aug 3, 2018

History

History

core

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