For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Changelog Bite

Short changelog entry animation for product updates.

Customize
1

Installation

$ pnpm dlx shadcn@latest add @framecn/changelog-bite

Usage

import { ChangelogBite } from "@/components/framecn/changelog-bite";
<ChangelogBite />

API Reference

ChangelogBite

PropTypeDefault
labelstring"New"
titlestring"Inline diff view"
oldContentReactNode-
newContentReactNode-
format"square" | "portrait""square"
backgroundstring"#141318"
cardBackgroundstring"rgba(20, 19, 24, 0.92)"
accentstring"#FFB38E"
speednumber1
fpsnumber30
durationInFramesnumber150
widthnumber1080
heightnumber1080
classNamestring-

Notes