Shipping faster with a component registry
How we cut landing page build time from days to hours by treating sections as installable units.
A 3D book cover card that swings open on hover to reveal page edges for ebooks, guides, and lead magnets.
The import and the props worth knowing about, in one place.
import { Card19 } from "@/components/beste/component/card19";
// The cover swings open on hover; the whole book links when href is set.
<Card19
title="The Component Handbook"
author="Beste Studio"
note="Second edition"
href="/handbook"
/>
<Card19
title="Design Tokens Field Guide"
author="Selin Aksoy"
src="/covers/tokens.jpg" // optional cover art
tone="paper" // cover: "ink" (default) | "primary" | "paper"
/>Turn the props on the right; the snippet under them is what you would write to get what you see.
import { Card19 } from "@/components/beste/component/card19";
<Card19
title="The Component Handbook"
author="Beste Studio"
note="Second edition"
/>Read from the component's own type, so this cannot drift from what it accepts.
| Prop | Type | Default | Description |
|---|---|---|---|
title* | string | — | Book title |
author | string | — | Author line above the title |
note | string | — | Small line at the bottom of the cover (e.g. "Second edition") |
src | string | — | Cover art URL; the cover stays typographic when omitted |
href | string | — | If set, the whole book links to this href |
tone | "ink" | "primary" | "paper" | — | Cover color |
className | string | — | Additional classes merged onto the root |
Identity, guidelines, and design tokens that scale across every touchpoint of your product.
A 3D flip card that rotates on hover to reveal details and a link for service and feature grids.
How we cut landing page build time from days to hours by treating sections as installable units.
An article card with cover image, category chip, excerpt, and author row for blog and news grids.
A modular controller for creative tools, machined from a single block of aluminum.
A 3D tilt card that rotates in perspective toward the cursor with a moving glare for product showcases.
A portfolio card with a full bleed image, hover zoom, and gradient title overlay for work showcases.
A product card with image, price, discount badge, wishlist toggle, and add to cart action for shop grids.
Deniz Arslan
Creative Director
Leads brand systems for venture backed startups. Previously at North & Co.
View profileA team member card with a grayscale portrait that gains color on hover while a bio drawer slides up.