A higher order design system for ReasonReact.
Revy is a tool for building design systems in ReasonReact. It consists of a theme generator, some base components and a number of utils for working with styling, colors, layout, spacing etc.
The goal is to make it easy to build accessible, performant and beautiful ReasonReact components.
- Run
yarn
in the repo root. - Run
yarn start
in the root folder to compile reason files. - Run
yarn start
in thedemo
folder to start the demo app. - Explore the demo app at
demo/src/App.re
.
Pre-alpha. Still figuring out the details. No docs as of yet.
- Elevation helpers (box-shadow etc)
- Output P3 colors
- Animation
- Perf improvments
- Better a11y helpers
- More components