Skip to content

Commit f8f8145

Browse files
committed
Toolbar, view, kitchen sink
1 parent 6ebb29d commit f8f8145

17 files changed

Lines changed: 13747 additions & 21 deletions

File tree

ionic/components.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ export * from 'ionic/components/radio/radio'
2424
// export * from 'ionic/components/split-view/split-view'
2525
export * from 'ionic/components/segment/segment'
2626
export * from 'ionic/components/switch/switch'
27+
export * from 'ionic/components/toolbar/toolbar'
28+
export * from 'ionic/components/view/view'
2729
//export * from 'ionic/components/tabs/tabs'
2830
//export * from 'ionic/components/tabs/tab'

ionic/components/app/structure.scss

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -62,25 +62,6 @@ ion-navbar {
6262

6363
}
6464

65-
ion-view,
66-
.ion-view {
67-
position: absolute;
68-
top: 0;
69-
left: 0;
70-
width: 100%;
71-
height: 100%;
72-
73-
// by default this is display: none;
74-
// and the transition animation will display it
75-
display: none;
76-
flex-direction: column;
77-
78-
&.show-view {
79-
display: flex;
80-
}
81-
82-
}
83-
8465
ion-toolbar {
8566
display: flex;
8667
min-height: 4.4rem;

0 commit comments

Comments
 (0)