We found 2 matches for: state ui: alerts

An overview of all state ui: alerts blocks currently available, updated daily!

state: basic alert

Generates a basic styled alert with text.

In-pins

text
Text to be shown within the alert. Can be updated using state.content.
state key
The state to bind the alert to. Update the state.content to update text.
class
style
attributes

Out-pins

state
state: outlined alert

Generates outline styled information alert element with a icon next to the text.

In-pins

text
Text to be shown within the alert. Can be updated using state.content.
state key
The state to bind the alert to. Update the state.content to update text.
icon
Icon to be shown next to the text, be aware to include the icon font in your HTML/template. Icon can be updated using state.icon
class
style
attributes

Out-pins

state