-
Notifications
You must be signed in to change notification settings - Fork 0
Alerts
Kevin A. Hoogheem edited this page Nov 26, 2017
·
2 revisions
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.
}
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.
}
usage: #link:alert(Title, Link)
#link:alert("Get Bootstrap", "http://getbootstrap.com")