chore: install design system

This commit is contained in:
Christel Westerberg
2024-02-23 16:27:37 +01:00
parent 6abf6f3b5e
commit 33a34450d6
3 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import { renderOptions } from "./renderOptions"
import Image from "@/components/Image"
import JsonToHtml from "@/components/JsonToHtml"
import { Button } from "@scandic-hotels/design-system"
import styles from "./puff.module.css"
@@ -27,6 +28,7 @@ export default function Puff({
/>
))}
<section className={styles.content}>
<Button>Hej!</Button>
<header>
<h3 className={styles.heading}>{title}</h3>
</header>