BOOM!
Installation
Usage
import { ComicText } from "@/components/magicui/comic-text";
<ComicText>Comic Text</ComicText>
Props
Prop | Type | Default | Description |
---|---|---|---|
className | string | - | The class name to be applied to the component |
fontSize | number | 4 | The font size of the text |
style | CSSProperties | #ffffff | The style of the text |
children | string | - | The text to be displayed |
Credits
- Credit to @iambharathpadhu