Inntrig Design System

Component library and design language for Inntrig — an accessibility audit tracking tool built for consultants and in-house teams.

Quick links

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.

import '@inntrig/design-system/tokens.css'; // CSS custom properties (colours, spacing, type)
import { Button, Table, TextInputField } from '@inntrig/design-system';