Home > @uniformdev/design-system > IconButtonProps

IconButtonProps interface

Signature:

Extends: Omit<ButtonProps, 'size'>

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

size?

</td><td>

</td><td>

'xs' | 'sm' | 'md'

</td><td>

(Optional) Style for the larger sizes have not been decided yet

</td></tr> <tr><td>

variant?

</td><td>

</td><td>

'square' | 'rounded'

</td><td>

(Optional)

</td></tr> </tbody></table>