Liking cljdoc? Tell your friends :D

bluegenes.components.ui.alerts


invalid-token-alertcljs

(invalid-token-alert)
source

messagecljs

(message)

A message component that dismisses itself after 5 seconds Messages should be in the following format: {:markup [:span "Your text"]] ; Or any other markup. :style "success" ; Or any bootstrap color name. :timeout 0 ; Optional to override default auto-dismissal of 5 seconds. }

A message component that dismisses itself after 5 seconds
Messages should be in the following format:
    {:markup [:span "Your text"]] ; Or any other markup.
     :style "success" ; Or any bootstrap color name.
     :timeout 0 ; Optional to override default auto-dismissal of 5 seconds.
     }
sourceraw docstring

messagescljs

(messages)

Creates a message bar on the bottom of the screen

Creates a message bar on the bottom of the screen
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close