DOCUMENTATION

Damo UI
Memphis kit
for React.

Memphis-inspired React components, tokens, and patterns. Compose React + Next.js UIs without giving up the visual identity.

Damo UI mascot — a purple axolotl coding on a stack of books
47 components

Buttons, cards, dialogs, inputs, and 40+ more, all on a Memphis-styled chrome.

3-layer tokens

Raw scales feed semantic pairs that feed identity overrides — switchable live.

Theme Generator

Visual editor with per-mode palette and CSS / Tailwind / JSON exports.

QUICK INSTALL

Install. Wire. Render.

1

Install

Add the package — works with pnpm, npm, yarn, or bun.

terminal
pnpm add damo-ui
2

Wire styles

One CSS file. Tailwind v4 ready out of the box.

app/globals.css
1@import 'tailwindcss';
2@import 'damo-ui/styles/theme.css';
3

Render

See the full guide for theming and layout setup.

app/page.tsx
1import { Button } from 'damo-ui'
2
3export function Page() {
4  return <Button>Save</Button>
5}
Damo UI — Memphis-inspired component library