README
capture-react-uikit
Made with create-react-library.
Install
npm install --save @eleventhlabs/capture-react-uikit @emotion/css @emotion/react @reach/dialog @reach/popover @tippyjs/react color react-switch
Usage
import * as UIKit from '@eleventhlabs/capture-react-uikit'
import React from 'react'
const Example = () => <UIKit.Box className={ss.Box} />
const ss = UIKit.StyleSheet.create({
Box: {
height: 128,
width: 128,
background: `gray`,
},
})
License
UNLICENSED © eleventhlabs