From 8e3293e2fb64acac0ceee876e226d2fde4042a7c Mon Sep 17 00:00:00 2001 From: Hidde de Vries Date: Tue, 10 Dec 2024 13:45:04 +0100 Subject: [PATCH] docs: add template for candidate --- docs/componenten/_template-candidate.mdx | 53 ++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/componenten/_template-candidate.mdx diff --git a/docs/componenten/_template-candidate.mdx b/docs/componenten/_template-candidate.mdx new file mode 100644 index 0000000000..4e490d5bf3 --- /dev/null +++ b/docs/componenten/_template-candidate.mdx @@ -0,0 +1,53 @@ +--- +title: VUL_NAAM_IN +hide_title: true +hide_table_of_contents: false +sidebar_label: VUL_NAAM_IN +pagination_label: VUL_NAAM_IN +description: VUL_BESCHRIJVING_IN +slug: /VUL_NAAM_ALS_KEBABJE_IN +--- + +{/* @license CC0-1.0 */} + +import componentProgress from "@nl-design-system/component-progress/dist/index.json"; +import XYZIllustration from "@nl-design-system-candidate/xyz-docs/docs/anatomy/anatomy.svg"; /* importeer de illustratie van de anatomie voor dit component; vervang XYZ in de variabelenaam en xyz in het geïmporteerde pad met de naam van het component */ +import { + DefinitionOfDone, + HelpImproveComponent, + Implementations, + Introduction, +} from "@site/src/components/ComponentPage"; +import { ComponentAliases } from "@site/src/components/ComponentAliases"; +import { ComponentAnatomy } from "@site/src/components/ComponentAnatomy"; + +{/* Add name and description for the component */} +export const title = ""; //Vul naam in +export const description = ""; //Vul component beschrijving in +export const issueNumber = 0; //Vul GitHub Issue nummer in + +export const component = componentProgress.find((item) => item.number === issueNumber); + + + + + +## Anatomie + + {/* Vervang “XYZIllustration” met de naam van de variabele waarin je de illustratie van dit component hebt opgeslagen */} + +## Definition of Done + + + +## Definition of Done + + + +## Implementaties + + + +## Help component verbeteren + +