The Flash component informs users of successful or pending actions.
<Flash m={4} scheme="green"> Flash green </Flash>
Flash components get COMMON
system props. Read our System Props doc page for a full list of available props.
Name | Type | Default | Description |
---|---|---|---|
full | Boolean | Creates a full width Flash component | |
scheme | String | blue | Can be one of green , yellow , or red - sets the background color, border, and text color of the Flash component |