components/ui/techDisclosure/TechDisclosure

techDisclosure is a collapsible UI component that displays a list of technologies. It shows a label that can be clicked to expand or collapse the list.
Description:
  • techDisclosure is a collapsible UI component that displays a list of technologies. It shows a label that can be clicked to expand or collapse the list.
Source:
Parameters:
Name Type Description
props Object
Properties
Name Type Description
techList string Comma-separated list of technologies to display.
label string Text label for the disclosure button.
Returns:
Type
JSX.Element