Plate I · The bean
Start with the bean.
Small differences become the whole cup. Texture, aroma, and the moment a familiar ritual begins.

Plate I · The bean
Small differences become the whole cup. Texture, aroma, and the moment a familiar ritual begins.

Plate II · The pour
The first pour. The slow bloom. A little attention changes an everyday drink into something worth pausing for.

Plate III · The cup
A warm cup. A clear counter. A moment that belongs to you, before the day asks for anything else.

import { StorySequence } from '@brand-studio/ui';
import { chapters } from '@/demos/assets';
export default function StorySequenceDemo() {
return <StorySequence title="A morning ritual in three frames." chapters={chapters} />;
}pnpm add @brand-studio/uinpm install @brand-studio/uiyarn add @brand-studio/uibun add @brand-studio/uinpm install react react-domimport '@brand-studio/ui/styles.css';import { BrandTheme, StorySequence } from '@brand-studio/ui';
import brand from './brand.json';
<BrandTheme palette={brand.tokens} mode="system">
{/* your app */}
</BrandTheme>import { StorySequence } from '@brand-studio/ui';<StorySequence title="A morning ritual." chapters={chapters} />| Prop | Type | Default |
|---|---|---|
title | string | – |
chapters | StoryChapter[] | – |
id? | string | – |
motion? | "auto" | "off" | 'auto' |