18 lines
287 B
Plaintext
18 lines
287 B
Plaintext
---
|
|
title: Components
|
|
description: Components
|
|
---
|
|
|
|
## Code Block
|
|
|
|
```js
|
|
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.vercel.app" />
|
|
</Cards>
|