Contact Information
+
+ {contacts.map((contactDetails, index) => {
+ return (
+
+ );
+ })}
+
+ diff --git a/src/components/Labels.tsx b/src/components/Labels.tsx new file mode 100644 index 0000000..95ffba2 --- /dev/null +++ b/src/components/Labels.tsx @@ -0,0 +1,13 @@ +/** + * Styled black background gradient label used to label a widget. + * Widget refers to one of the isolated rounded containers (such as search form or table). + */ +const TopLabel = ({ children }: { children: JSX.Element | JSX.Element[] }) => { + return ( +