Dev Roar Lab API Documentation - v1.6.0
    Preparing search index...
    • Multiple technology badges component

      Renders a collection of technology badges in a flex-wrap layout with consistent spacing.

      Parameters

      • props: TechBadgesProps

        Component props

      Returns Element

      Collection of technology badges

      <TechBadges techs={['TypeScript', 'React', 'Next.js']} size="md" />
      <TechBadges techs={['AWS', 'Docker']} size="sm" />