collection / 01
marks that feel human
sixty responsive pen marks with calm, rushed, and chaotic drawing characters.
success: reactwaapi
a card should group content without trapping it in a perfect rectangle. the boundary can frame, fill, whisper, or pin.
npx shadcn@latest add berkantay/cheez/marked-cardsixty responsive pen marks with calm, rushed, and chaotic drawing characters.
<MarkedCard
variant="outline"
orientation="vertical"
size="default"
tone="orange"
character="rushed"
>
<MarkedCardMedia aspect="video" bleed="top" />
<MarkedCardHeader>
<MarkedCardEyebrow>collection / 01</MarkedCardEyebrow>
<MarkedCardTitle>marks that feel human</MarkedCardTitle>
<MarkedCardDescription>sixty responsive pen marks.</MarkedCardDescription>
</MarkedCardHeader>
<MarkedCardFooter>...</MarkedCardFooter>
</MarkedCard>one semantic article, one distinct visual voice.
one semantic article, one distinct visual voice.
one semantic article, one distinct visual voice.
one semantic article, one distinct visual voice.
each slot forwards native props and refs. there is no context contract to fight.
install only the source your product needs.
try every mark.
ship one product.
build a full language.
| prop | type | default | purpose |
|---|---|---|---|
variant | "outline" | "filled" | "quiet" | "pinned" | "outline" | boundary treatment |
orientation | "vertical" | "horizontal" | "vertical" | media and copy layout |
size | "compact" | "default" | "large" | "default" | padding and type scale |
tone | MarkedCardTone | "neutral" | built-in ink palette |
color | string | tone color | boundary or fill override |
foregroundColor | string | variant-aware | content color override |
frameMark | CheezType | "rounded-box" | outline and pinned boundary |
fillMark | CheezType | "marker-swipe" | filled surface drawing |
quietMark | CheezType | "long-underline" | quiet baseline drawing |
pinMark | CheezType | "asterisk" | pinned decoration |
pinColor | string | card color | pin ink override |
selected | boolean | false | visual selection boundary |
selectedMark | CheezType | "corner-box" | selection perimeter |
selectedColor | string | "#b7ff3c" | selection ink |
interactive | boolean | false | focus-within boundary emphasis |
muted | boolean | false | de-emphasized card state |
character | CheezCharacter | "rushed" | drawing personality |
thickness | number | 1 | pen weight |
Title.level | 2 | 3 | 4 | 3 | semantic heading level |
Media.aspect | "auto" | "square" | "video" | "wide" | "auto" | reserved media ratio |
Media.bleed | "none" | "top" | "inline" | "all" | "none" | media relation to card padding |