Comic Text
A bold retro comic book pop-styled text animation with thick outlines and particle shadow drops.
Preview
Installation
pnpm dlx vibe-ui-kit@latest add comic-text
Usage
import { ComicText } from "@/components/ui/comic-text"<ComicText fontSize={5}>BOOM!</ComicText>Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | string | "" | Text content string to apply bold outline comic style |
fontSize | number | 5 | Font size value in rem units |
className | string? | "" | Additional classes for the container |
This ComicText component applies a vibrant pop-art halftone dot pattern and bold shadow outlines to heading text.
Contributors
JS
Jenish Sabhadiya