M4TThys123 / SPRINT-14-The-Client-Case

Dit is een SvetleKit App voor de CMD Minor op basis van Prismic.io
https://sprint-14-the-client-case.vercel.app/beoogde-leerresultaten
GNU General Public License v3.0
1 stars 0 forks source link

Learn how to render data using the `@primicio/helpers` package #12

Closed M4TThys123 closed 1 year ago

M4TThys123 commented 1 year ago
import * as prismicH from "@prismicio/helpers";
const humanity = 5; //1.1
const arrHumanity = data.documents[humanity].data;
<section>
  <span>{arrHumanity.hoofdstuk}</span>
  <h2>Werkt nog niet</h2>
  <div>
    {@html prismicH.asHTML(arrHumanity.content)}
  </div>
</section>