Components
Loading preview...
import { ComicText } from "@/components/ui/comic-text";
export default function ComicTextDemo() {
return (
<div className="space-y-8 text-center">
<ComicText fontSize={5}>BOOM!</ComicText>
</div>
);
}
Part of Magic UI — browse the full library on 21st.dev.