Raster
Design system by Eeko Digital — components, tokens, and patterns for building accessible web applications.
Quick links
Section titled “Quick links”Using the design system
Section titled “Using the design system”Install the package and import what you need. The CSS tokens must be loaded once at the root of your app.
pnpm add @eekodigital/rasterimport "@eekodigital/raster/tokens.css"; // CSS custom properties (colours, spacing, type)import { Button, Table, TextInputField } from "@eekodigital/raster";