@eleventhlabs/capture-react-uikit

Made with create-react-library.

Usage no npm install needed!

<script type="module">
  import eleventhlabsCaptureReactUikit from 'https://cdn.skypack.dev/@eleventhlabs/capture-react-uikit';
</script>

README

capture-react-uikit

Made with create-react-library.

NPM JavaScript Style Guide

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