Team
BlockBasic Usage
Loading...
Installation
pnpm add @corew500/uiUsage
import { Team } from "@corew500/ui/blocks/team"
<Team>Content</Team>API Reference
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| members* | TeamMember[] | — | Team members to display |
| title | string | — | Section title |
| description | string | — | Section description |
| badge | SectionHeadingBadge | — | Optional badge above the title |
| actions | TeamAction[] | — | Action buttons below heading |
| headingLevel | enum | 2 | Heading level for section title |
| columns | enum | 4 | Number of columns on large screens |
| noContainer | enum | false | Disable the container wrapper |
| renderSocialIcon | (platform: string) => ReactNode | — | Custom social icon renderer |
| align | enum | center | — |
Localization
Translatable Content
- - All text content is provided via props
- Pass pre-translated strings for i18n support