Files
codey.lol/src/components/mdx/Caption.astro

13 lines
233 B
Plaintext
Raw Normal View History

2025-06-18 07:46:59 -04:00
---
import { Balancer } from "react-wrap-balancer";
---
<span
class="block w-full text-xs my-3 font-mono text-gray-500 text-center leading-normal">
<Balancer>
<span class="">
<slot />
</span>
</Balancer>
</span>