Skip to content
Kevin A. Hoogheem edited this page Nov 26, 2017 · 2 revisions

Alerts

Standard Alert

usage: #alert:() { Body text }

#alert:primary(){
    This is a primary alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:secondary(){
    This is a secondary alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:success(){
    This is a success alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:danger(){
    This is a danger alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:warning(){
    This is a warning alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:info(){
    This is a info alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:light(){
    This is a light alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:dark(){
    This is a dark alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}

Alert Dismissible

usage: #alert:dismiss:() { Body text }

#alert:dismiss:primary(){
    This is a primary alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:dismiss:secondary(){
    This is a secondary alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:dismiss:success(){
    This is a success alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:dismiss:danger(){
    This is a danger alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:dismiss:warning(){
    This is a warning alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:dismiss:info(){
    This is a info alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:dismiss:light(){
    This is a light alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}
#alert:dismiss:dark(){
    This is a dark alert with #link:alert("Get Vapor", "http://vapor.codes"). Give it a click if you like.
}

Alert Link

usage: #link:alert(Title, Link)

#link:alert("Get Bootstrap", "http://getbootstrap.com")
Clone this wiki locally