Callout
Callout MDX component
Not VerifiedComponent1 file
razi-style
Preview
CalloutOpen Full Page
Install
npx shadcn add https://www.razisyed.cv/r/mdx-calloutUsage
import { Callout } from "@/components/mdx/Callout";
export default function Example() {
return <Callout />;
}Source
Loading source...