s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All UI components

Membership and permissions

MembershipCard

No summary has been written for MembershipCard. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.

Public export

typescript
import { MembershipCard } from '@happyvertical/smrt-ui';
Import path
@happyvertical/smrt-ui
Props
5
Props described
5 of 5
Bindable state
0
Callback events
2
Verified release
0.44.0

Props

NameTypeRequiredDescription
membershipMembershipYesThe membership record to display.
tenantTenantYesThe tenant associated with this membership.
roleRoleYesThe role assigned in this membership.
onremove() => voidNoFired when the remove button is clicked.
onchangerole() => voidNoFired when the change role button is clicked.

Bindable state

This component has no bindable public state.

Callback events

  • onremove() => void
  • onchangerole() => void

Examples and explanation