mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-11 18:09:21 +08:00
alerts
This commit is contained in:
@@ -17,8 +17,24 @@
|
||||
<h1 class="title">Alerts</h1>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<main class="content-padded">
|
||||
|
||||
<p class="alert">
|
||||
<strong>Warning!</strong> Best check yo self, you're not looking too good.
|
||||
</p>
|
||||
|
||||
<p class="alert alert-error">
|
||||
<strong>Error!</strong> Shit hit the fan.
|
||||
</p>
|
||||
|
||||
<p class="alert alert-success">
|
||||
<strong>Booya!</strong> You win.
|
||||
</p>
|
||||
|
||||
<p class="alert alert-info">
|
||||
<strong>Info yo!</strong> This is what you need to know.
|
||||
</p>
|
||||
|
||||
</main>
|
||||
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user