Stable3.5.1View in LexiconCHANGELOG
Variants
You can use alert with the following variants:
InfoThis is a default alert
WarningThis is a stripe alert
Copied!
We recommend that you review the use cases in the Storybook.
Using with ClayButton
With a ButtonThis is an alert with a button!
Copied!
Code Sample (expand to see it)
Using with ToastContainer
You can use alerts with a ToastContainer
to render the alerts in a container with position: fixed
.
Copied!
Code Sample (expand to see it)