@plateui/ui-react
v0.4.5
Published
Functionary white-label UI components extending the amazing theme-ui library
Downloads
6
Maintainers
Readme
About Functionary
Functionary 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 @functionary/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