Name | Type | Description |
---|---|---|
header | Node | Add the desired header by adding React.Fragment (<> ... </>) and content |
src | String | Specify a link to an image or a path to a static image |
width | String or Number | Specify the width of the image. "100%", "30vw", 240... is ok |
height | String or Number | Specify the height of the image. "100%", "30vw", 240... is ok |
radius | Number | Specify the radius of the image. |
img | Node | Add the desired image by adding React.Fragment (<> ... </>) and content |
label | String | Add text to the label |
labelStyle | String | Specify additional styles if necessary |
title | String | Add text to the title |
titleStyle | String | Specify additional styles if necessary |
body | String | Add text to the materialme |
bodyStyle | String | Specify additional styles if necessary |
footer | Node | Add the desired footer by adding React.Fragment (<> ... </>) and content |