Stateful modifiers for the standard box component which are used here to create alert boxes. This abstraction has been seperated into its own page to allow for more in-depth to show more examples.
I'm a general purpose alert box used to communicate any information relevant to the current view. (Example Link)
I'm a general purpose alert box used to communicate any information relevant to the current view. (Example Link)
I'm a positive alert used to communicate good information to the user, like a success message. (Example Link)
I'm a positive alert used to communicate good information to the user, like a success message. (Example Link)
I'm a caution alert used to communicate information which is somewhere between good and bad. (Example Link)
I'm a caution alert used to communicate information which is somewhere between good and bad. (Example Link)
I'm a negative alert used to communicate bad information which has an impact on what the user is trying to do. (Example Link)
I'm a negative alert used to communicate bad information which has an impact on what the user is trying to do. (Example Link)
Using the expander object, we can make the alert box dismissable. For details on how to programatically trigger this behaviour, see the expander's methods section.