GitHub

Team

Block
Team member display block with photos, names, and social links

Basic Usage

Loading...

Installation

pnpm add @corew500/ui

Usage

import { Team } from "@corew500/ui/blocks/team"

<Team>Content</Team>

API Reference

Props

PropTypeDefaultDescription
members*TeamMember[]Team members to display
titlestringSection title
descriptionstringSection description
badgeSectionHeadingBadgeOptional badge above the title
actionsTeamAction[]Action buttons below heading
headingLevelenum2Heading level for section title
columnsenum4Number of columns on large screens
noContainerenumfalseDisable the container wrapper
renderSocialIcon(platform: string) => ReactNodeCustom social icon renderer
alignenumcenter

Localization

Translatable Content

  • - All text content is provided via props
  • Pass pre-translated strings for i18n support

Related

Related Components