Skip to content

Conversation

@Marwaxhello
Copy link
Collaborator

Om in je 'Mijn-omgeving' pagina te komen moet je eerst "fake" inloggen met je DigiD. Ik heb gekeken naar de 'wmebv' map en heb de stappen nagemaakt en gerefactored in mijn inlogpagina's van 'Mijn Omgeving'. Ik heb de component-libary-react en de dist/index.css toegevoegd aan mijn paginas. Ik heb ook opmerkingen toegevoegd aan mijn code met vragen over specifieke zaken die ik niet helemaal begrijp. Op die manier hoop ik meer aandacht te krijgen voor die punten, zodat ik antwoorden kan krijgen.
De oude code :

import type { Metadata } from 'next';

export const metadata: Metadata = {
  title: 'Mijn Omgeving Inloggen',
  description: '...',
};

const Page = () => {
  return (
    <div>
      <h1>Mijn Omgeving</h1>
    </div>
  );
};

export default Page;

staat nu als een comment en laat ik voor de volgende keer!

@vercel
Copy link

vercel bot commented Mar 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gemeentevoorbeeldnl ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2024 8:34am

Copy link
Collaborator

@TessaViergever TessaViergever left a comment

Choose a reason for hiding this comment

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

Hi, ik heb ernaar gekeken en wat comments achter gelaten 😄

Copy link
Collaborator Author

@Marwaxhello Marwaxhello left a comment

Choose a reason for hiding this comment

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

Alleen nog name changes

--example-card-border-color: var(--voorbeeld-color-dark-alpha-100);
--example-card-title-font-size: var(--voorbeeld-typography-font-size-xl);
--example-card-title-line-height: var(--voorbeeld-typography-line-height-lg);
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Card CSS example to voorbeeld

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants