An open API service indexing awesome lists of open source software.

https://github.com/eldh/revy

Higher order design system for ReasonReact.
https://github.com/eldh/revy

Last synced: 10 months ago
JSON representation

Higher order design system for ReasonReact.

Awesome Lists containing this project

README

          

# Revy

A higher order design system for ReasonReact.

## What?

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.

## Getting started

- Run `yarn` in the repo root.
- Run `yarn start` in the root folder to compile reason files.
- Run `yarn start` in the `demo` folder to start the demo app.
- Explore the demo app at `demo/src/App.re`.

## Status

Pre-alpha. Still figuring out the details. No docs as of yet.

## Todos

- Elevation helpers (box-shadow etc)
- Output P3 colors
- Animation
- Perf improvments
- Better a11y helpers
- More components