Skip to content
  • System
  • Light
  • Dark
  • High contrast

Raster

Design system by Eeko Digital — components, tokens, and patterns for building accessible web applications.

Install the package and import what you need. The CSS tokens must be loaded once at the root of your app.

Terminal window
pnpm add @eekodigital/raster
import "@eekodigital/raster/tokens.css"; // CSS custom properties (colours, spacing, type)
import { Button, Table, TextInputField } from "@eekodigital/raster";