Introducing Magic UI Pro - 50+ blocks and templates to build beautiful landing pages in minutes.

19.0k
208

Comic Text

PreviousNext

Comic text animation that looks like a comic book text

Installation

pnpm dlx shadcn@latest add @magicui/comic-text

Usage

import { ComicText } from "@/components/magicui/comic-text";
<ComicText>Comic Text</ComicText>

Props

PropTypeDefaultDescription
classNamestring-The class name to be applied to the component
fontSizenumber4The font size of the text
styleCSSProperties#ffffffThe style of the text
childrenstring-The text to be displayed

Credits