These user cards show conditional status rendering based on is_active boolean prop:
📧 alice@company.com
🔖 Role: Admin
● Status: Active
📧 bob@company.com
🔖 Role: User
● Status: Inactive
📧 carol@company.com
🔖 Role: Moderator
● Status: Active
Each user card uses conditional rendering in the RUITL component:
is_active: trueis_active: falseif expressions to choose colors and text