Role Permission Matrix
Pro
RBAC matrix for managing access control
🛡️ Permissions
| Action | 👤 | 📝 | 👑 |
|---|---|---|---|
| View | ✓ | ✓ | ✓ |
| Create | ✗ | ✓ | ✓ |
| Edit | ✗ | ✓ | ✓ |
| Delete | ✗ | ✗ | ✓ |
Installation
1
Install dependenciesnpm install framer-motion2
Get the Pro sourceThis Pro component's source is not available in the browser. Join the waitlist for full access, upcoming premium kits, and early Pro drops.
3
Import and useimport { RolePermissionMatrix } from "@/components/role-permission-matrix"