sci-components
sci-components copied to clipboard
Document: Add "Related Components" section to all code tabs in Zeroheight
To make understanding how our components are connected easier for engineers, we need to a section to the bottom of each component's code section called "Realted Components". Within it add links to any related or connected components, even if they are part of the same larger component group (for ex: at the bottom of DropdownMenu
's code section add links to Dropdown
, MenuItem
, and InputDropdown
).
When adding these sections ensure:
- The link being added are to the headers of the specific component in the code tab, not just a link to the overall code tab (since some code tabs contain details for multiple components)
- The link opens in a new tab by checking the "Open link in new tab" option when adding the link in Zeroheight