Skip to content

Latest commit

 

History

History
 
 

core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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