DeleteButton
DeleteButton
component is a stand-alone element that can be used in different contexts.
Example #
<DeleteButton />
Sizes #
The
DeleteButton
component comes in 4 sizes: Small, Normal, Medium, and Large.
The default size is Normal.
<DeleteButton Size="DeleteButtonSize.Small" />
<DeleteButton />
<DeleteButton Size="DeleteButtonSize.Medium" />
<DeleteButton Size="DeleteButtonSize.Large" />