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