@humblebee/ui-react

Humblebee white-label UI components extending the amazing theme-ui library

Usage no npm install needed!

<script type="module">
  import humblebeeUiReact from 'https://cdn.skypack.dev/@humblebee/ui-react';
</script>

README

Honeycomb UI React by Humblebee 🐝

Humblebee white-label UI components based on theme-ui

npm latest version npm bundle size npm bundle size LICENSE

About Humblebee

Humblebee is a digital product and service studio based in Göteborg, Sweden.

We believe in the values Open Source projects bring us on a daily basis, and those packages are our modest contribution.

We hope you will like them as much as we do :)

PS: we are always looking for talented and creative mindsets, if you are interested, reach out to us :)

Getting started

Install the packages from your favorite package manager

npm i -S theme-ui@next @humblebee/ui-react # or yarn

NOTE: theme-ui is currently being converted to TypeScript and has an open Roadmap for its v1: https://github.com/system-ui/theme-ui/issues/832

Some changes will probably be required from time to time until that release.

Contribute

Follow the guidelines from the root CONTRIBUTIONS.md file from this repository

Dev

Run microbundle in watch mode

yarn dev

Build

Build the library

yarn build

Test

Run the tests

yarn test