Back to blocksView all settings blocks


Installation
npx shadcn add @mylo-ui/settings-teamPreview
Team Management
Manage team members and their roles
Invite Team Member
Invite a new member to your team
Team Members (4)
Manage existing team members
JD
John Doe
john@example.com
Owner
JS
Jane Smith
jane@example.com
Admin
BJ
Bob Johnson
bob@example.com
Editor
AW
Alice Williams
Pending
alice@example.com
Viewer
Usage
import { SettingsTeam } from "@/components/blocks/settings-team"
export default function Page() {
return <SettingsTeam />
}Dependencies
lucide-react
shadcn/ui Components
card
button
input
avatar
badge
select
Related Blocks
More settings blocks you might like

settings
Settings - Profile
User profile settings with avatar upload and personal information
Ready to use
/blocks/settings-profile
settings
Settings - Account
Account management with email, phone, and security settings
Ready to use
/blocks/settings-account
settings
Settings - Notifications
Notification preferences with email, push, and SMS controls
Ready to use
/blocks/settings-notifications