Skip to content

Commit

Permalink
💄 voorbeeld tekst beter gemaakt
Browse files Browse the repository at this point in the history
Co-authored-by: savitris <[email protected]>
  • Loading branch information
scar055 and savitris committed Nov 9, 2023
1 parent 2dcaf0d commit cea4f04
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/next-templates/src/app/card-component/card/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';

import { Heading, Link } from '@utrecht/component-library-react';
import { Heading, Link, Paragraph } from '@utrecht/component-library-react';
import clsx from 'clsx';
import Image from 'next/image';
import React, { HTMLAttributes, PropsWithChildren } from 'react';
Expand Down Expand Up @@ -110,7 +110,11 @@ export default function Home() {
cardRole={true}
preHeading="optional testje"
>
test test test test test test test test test test test test test test test test
<Paragraph>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam at ipsum rhoncus, rhoncus nisl eu, sollicitudin
erat. Duis posuere bibendum diam, semper iaculis mi varius in. Interdum et malesuada fames ac ante ipsum
primis in faucibus. Aliquam erat volutpat.
</Paragraph>
</CardListItem>
<CardListItem
headingLevel={2}
Expand All @@ -122,7 +126,9 @@ export default function Home() {
cardRole={true}
href="#"
>
test test test test test test test test test test test test test test test test
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam at ipsum rhoncus, rhoncus nisl eu, sollicitudin
erat. Duis posuere bibendum diam, semper iaculis mi varius in. Interdum et malesuada fames ac ante ipsum primis
in faucibus. Aliquam erat volutpat.
</CardListItem>
</CardList>
);
Expand Down

0 comments on commit cea4f04

Please sign in to comment.