0.3.0 • Published 2 years ago

@humblebee/ui-react v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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