Components
<IsAllowed />
The <IsAllowed />
component is used to conditionally render content based on the user’s permissions or quotas.
Props
The name(s) of the permission(s) the user must have to render the content.
The name(s) of the available quota(s) the user must have reached to render the content.
The content to show when the user is allowed.