Vibe UI
Initializing Vibe UI System...

Comic Text

A bold retro comic book pop-styled text animation with thick outlines and particle shadow drops.

Preview

BOOM!

Installation

pnpm dlx vibe-ui-kit@latest add comic-text

Usage

import { ComicText } from "@/components/ui/comic-text"
<ComicText fontSize={5}>BOOM!</ComicText>

Props

PropTypeDefaultDescription
childrenstring""Text content string to apply bold outline comic style
fontSizenumber5Font size value in rem units
classNamestring?""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

Theme Customizer

8px
@theme {
  --radius: 0.5rem;
  --glass-blur: 8px;
}
Changes apply instantly to this documentation workspace.
Comic Text | Vibe UI