UI

Shared components and styling across the frontends

The ui package holds React components and TailwindCSS configuration and classes designed to be used across both frontends.

Tailwind Config

Tailwind allows us to inherit and extend configs. This package contains our base configuration including configuration for theming, fonts, additional classes, etc.

React Components

Last updated