Pro Components

Base Components

Config Members 1

Responsive card grid of team members with avatars, role badges, join dates, and dropdown actions. Invite dialog.

Example

Team Members

Manage your team members and their access permissions.

SC
Sarah Chen
Admin
sarah.chen@company.io

Joined Jan 2024

MJ
Marcus Johnson
Member
marcus.j@company.io

Joined Mar 2024

ER
Elena Rodriguez
Member
elena.r@company.io

Joined Apr 2024

DP
David Park
Viewer
david.p@company.io

Joined Jun 2024

AP
Aisha Patel
Member
aisha.p@company.io

Joined Aug 2024

TW
Thomas Wright
Viewer
thomas.w@company.io

Joined Oct 2024

Introduction

Config Members 1 displays team members in a card grid:
  • Header: “Team members” title and Invite button that opens a dialog (email input, role selector).
  • Cards: Each card shows avatar, name, email, color-coded role badge (Admin, Member, Viewer), join date, and a three-dot menu (Send email, Change role, Remove).
Uses Button, Input, Avatar, Badge, Dropdown Menu, Dialog, and Native Select. Suited to team/workspace settings where a visual, scannable layout is preferred.

Usage

import { SettingsMembers3 } from "@/components/ui/settings-members-3";

<SettingsMembers3 />;
Replace the static member list with data from your API and wire the invite dialog and dropdown actions to your backend.

On this page