Constructor
# <CustomModal isOpen onClose header footer children size withFooter withHeader withCloseBtn color />
Componente Modal
PropTypes:
Name | Type | Required | Description | Default |
---|---|---|---|---|
isOpen |
bool | Yes | ||
onClose |
func | No | ||
header |
node | No | ||
footer |
node | No | ||
children |
element | Yes | ||
size |
enum | No | "md" | |
withFooter |
bool | No | true | |
withHeader |
bool | No | true | |
withCloseBtn |
bool | No | true | |
color |
string | No |