Skip to content
On this page

LockedIcon

Component LockedIcon.

html
<Card>
  <LockedIcon text="You don't have permissions to do this" />
</Card>

Props

  • locked: to show the icon or not.
  • text.
html
<Card>
  <LockedIcon text="You don't have permissions to do this" />
</Card>
  • position: icon position (default top), (left, top, right, bottom).
html
<Card>
  <LockedIcon text="You don't have permissions to do this" position="right" />
</Card>