feat: add Callout component with note/tip/warning/danger variants

This commit is contained in:
kbot
2026-06-03 21:48:39 -05:00
parent c617ee4438
commit 7c653f3852
3 changed files with 84 additions and 0 deletions

View File

@@ -1,9 +1,11 @@
import type { MDXComponents } from 'mdx/types'
import { Callout } from '@/components/ui/Callout'
export function useMDXComponents(components: MDXComponents): MDXComponents {
return {
...components,
Callout,
// Typography
h1: (props) => (
<h1 {...props} className="scroll-m-20 heading-xl text-ink mt-10 mb-4">