Type Definitions
object
# LinkProps
Prop Types of a Link component.
Apart from those explicitly specified below it extends all ColorProps, and SpaceProps
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
... |
string
|
<optional> |
All props default to a html component like |
... |
string
|
<optional> |
Other props from ColorProps and SpaceProps |
uppercase |
boolean
|
<optional> |
Defines if link should be uppercase |
variant |
'primary'
|
'danger'
|
'success'
|
'info'
|
'secondary'
|
<optional> |
Color variant |
size |
'sm'
|
'lg'
|
<optional> |
Size variant |