Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-intelligence
AlertTypeConfig
Interface AlertTypeConfig
Alert type display configuration
interface
AlertTypeConfig
{
chipColor
:
|
"error"
|
"success"
|
"default"
|
"primary"
|
"info"
|
"warning"
;
color
:
"error"
|
"success"
|
"info"
|
"warning"
;
icon
:
ReactNode
;
label
:
string
;
}
Index
Properties
chip
Color
color
icon
label
Properties
chip
Color
chipColor
:
"error"
|
"success"
|
"default"
|
"primary"
|
"info"
|
"warning"
Chip color variant
color
color
:
"error"
|
"success"
|
"info"
|
"warning"
MUI color name
icon
icon
:
ReactNode
Icon component
label
label
:
string
Display label
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chip
Color
color
icon
label
Hiyve Components - v1.0.0
Loading...
Alert type display configuration