mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Buttons shtuff
This commit is contained in:
1
ionic/components/button/test/round/e2e.ts
Normal file
1
ionic/components/button/test/round/e2e.ts
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
7
ionic/components/button/test/round/index.ts
Normal file
7
ionic/components/button/test/round/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import {App} from 'ionic/ionic';
|
||||
|
||||
|
||||
@App({
|
||||
templateUrl: 'main.html'
|
||||
})
|
||||
class IonicApp {}
|
||||
18
ionic/components/button/test/round/main.html
Normal file
18
ionic/components/button/test/round/main.html
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
<div>
|
||||
<button round light>button light</button>
|
||||
<button round stable>button stable</button>
|
||||
<button round primary>button primary</button>
|
||||
<button round secondary>button secondary</button>
|
||||
<button round danger>button danger</button>
|
||||
<button round dark>button dark</button>
|
||||
</div>
|
||||
<style>
|
||||
button {
|
||||
display: block !important;
|
||||
margin: 15px auto !important;
|
||||
}
|
||||
button:first-child {
|
||||
margin-top: 80px !important;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user