Replies: 1 comment 1 reply
|
Try it. <PatternBackground
:animate="true"
:direction="PATTERN_BACKGROUND_DIRECTION.TopRight"
:variant="PATTERN_BACKGROUND_VARIANT.Dot"
class="flex h-[36rem] w-full items-center justify-center"
:speed="PATTERN_BACKGROUND_SPEED.Slow"
style="--foreground: 240 10% 3.9%"
>
<p
class="relative z-20 bg-gradient-to-b from-neutral-200 to-neutral-500 bg-clip-text py-8 text-4xl font-bold text-transparent sm:text-5xl"
>
Text
</p>
</PatternBackground> |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
All reactions