initial commit
This commit is contained in:
12
src/components/mdx/Caption.astro
Normal file
12
src/components/mdx/Caption.astro
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
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>
|
Reference in New Issue
Block a user