Multiple technology badges component
Renders a collection of technology badges in a flex-wrap layout with consistent spacing.
Component props
Collection of technology badges
<TechBadges techs={['TypeScript', 'React', 'Next.js']} size="md" /><TechBadges techs={['AWS', 'Docker']} size="sm" /> Copy
<TechBadges techs={['TypeScript', 'React', 'Next.js']} size="md" /><TechBadges techs={['AWS', 'Docker']} size="sm" />
Multiple technology badges component
Renders a collection of technology badges in a flex-wrap layout with consistent spacing.