SILLYBITS
SILLYBITS
SILLYBITS
SILLYBITS
Installation
Examples
With different colors
SILLYBITS
SILLYBITS
SILLYBITS
SILLYBITS
Usage
import { ZoopText } from "@/components/sillybitsui/zoop-text";
<div className="flex flex-col gap-y-1">
<ZoopText className="text-rose-500">SILLYBITS</ZoopText>
<ZoopText className="text-indigo-500">SILLYBITS</ZoopText>
</div>
Props
Prop | Type | Default | Description |
---|---|---|---|
className | string | - | Additional classes to style the text. |
children | string | - | The text content to animate. |