Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat]: details component #2719

Merged
merged 2 commits into from
Sep 29, 2023
Merged

[feat]: details component #2719

merged 2 commits into from
Sep 29, 2023

Conversation

vdegraaf
Copy link
Contributor

@vdegraaf vdegraaf commented Sep 28, 2023

Ticket: none

Adding a Detail component as desiged here.

Test code:

<Detail
        header="Het icoon wordt getoond op de openbare meldingenkaart"
        content="Zorg voor een cirkel van 32px bij 32px en exporteer als SVG. Voorbeeld van een icoon:"
      >
        <img
          src={'/assets/images/afval/rest.svg'}
          alt="Voorbeeld van een icoon"
          height={32}
          width={32}
        />
 </Detail>

@vdegraaf vdegraaf marked this pull request as ready for review September 28, 2023 13:23
Copy link
Contributor

@SireeKoolenWijkstra SireeKoolenWijkstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@vdegraaf vdegraaf merged commit d1c8d53 into main Sep 29, 2023
9 checks passed
@vdegraaf vdegraaf deleted the feat/details-component branch September 29, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants