Components
Components
Code Block
console.log('Hello World');Cards
<Cards> <Card title="Learn more about Next.js" href="https://nextjs.org/docs" /> <Card title="Learn more about Fumadocs" href="https://fumadocs.dev" /> </Cards>
Components
console.log('Hello World');<Cards> <Card title="Learn more about Next.js" href="https://nextjs.org/docs" /> <Card title="Learn more about Fumadocs" href="https://fumadocs.dev" /> </Cards>