Component API
UserRow
API
Import
Props
Name | Type | Default | Description |
---|---|---|---|
className | string | Custom classes | |
user | IUser | The user object to display | |
isActive | boolean | false | If true, uses primary theme to style |
isSelectable | boolean | false | If true, allows row to be selectable |
isSelected | boolean | false | If true, adds a check mark to the row |
onClick | () => void | Click callback function |
Was this page helpful?