From f8aa36624ea90f2020a3989b8b134ca07a48cdb3 Mon Sep 17 00:00:00 2001 From: techmannih Date: Thu, 19 Mar 2026 06:09:12 +0530 Subject: [PATCH] docs: Add Reference Designator (RefDes) documentation to --- docs/elements/footprint.mdx | 90 +++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/docs/elements/footprint.mdx b/docs/elements/footprint.mdx index e5e78e52..c694688c 100644 --- a/docs/elements/footprint.mdx +++ b/docs/elements/footprint.mdx @@ -92,3 +92,93 @@ export default () => ( ) `} /> + + +## Reference Designator + +You can use `{NAME}`, `{REF}`, or `{REFERENCE}` in the `text` property of a [``](../footprints/silkscreentext.mdx) element within a footprint. When the PCB is rendered, these variables are automatically replaced with the name (reference designator) of the component. + +This is the standard way to label components on the silkscreen layer. + + ( + + + + + + + + + + + + + + } + /> + +) + `} +/>