@compositor/kit

1.0.47 • Public • Published

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

Package Sidebar

Install

npm i @compositor/kit

Weekly Downloads

149

Version

1.0.47

License

MIT

Unpacked Size

77.1 kB

Total Files

25

Last publish

Collaborators

  • johno
  • jxnblk
  • mrmrs