mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-02 19:34:46 +03:00
Demo that the alerts support markdown
This commit is contained in:
parent
f0b746684f
commit
63b2c8d2f5
@ -16,10 +16,10 @@ example =
|
||||
{ filename = "Nri.Ui.Alert.V4.elm"
|
||||
, category = Messaging
|
||||
, content =
|
||||
[ Alert.error "This is an error"
|
||||
, Alert.warning "This is a warning"
|
||||
, Alert.tip "This is a tip"
|
||||
, Alert.success "This is a success"
|
||||
[ Alert.error "This is an **error**"
|
||||
, Alert.warning "This is a **warning**"
|
||||
, Alert.tip "This is a **tip**"
|
||||
, Alert.success "This is a **success**"
|
||||
, Alert.complexError (complexHtml "complexError")
|
||||
, Alert.complexWarning (complexHtml "complexWarning")
|
||||
, Alert.somethingWentWrong exampleRailsError
|
||||
|
Loading…
Reference in New Issue
Block a user