mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
rename src to ionic
This commit is contained in:
45
ionic/components/ion.js
Normal file
45
ionic/components/ion.js
Normal file
@ -0,0 +1,45 @@
|
||||
export class Ion {}
|
||||
|
||||
// export class IonElement extends Ion {
|
||||
// constructor() {
|
||||
|
||||
// this.children = [];
|
||||
// }
|
||||
|
||||
// addChild(child) {
|
||||
|
||||
// }
|
||||
// removeChild(child) {
|
||||
// }
|
||||
// insertChild(index, child) {
|
||||
// }
|
||||
|
||||
// behaviors: Array<Behavior>;
|
||||
// events: Array<String>;
|
||||
// }
|
||||
|
||||
// class Behavior {
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// class IonButton extends IonElement {
|
||||
// text: String;
|
||||
// type: String;
|
||||
// }
|
||||
|
||||
// class TabBar extends IonElement {
|
||||
// tabbuttons: Array<IonTabButton>
|
||||
|
||||
// onClickTab() {
|
||||
// let clickedTab = ev.target;
|
||||
|
||||
// }
|
||||
// }
|
||||
// class IonTabButton extends IonButton {
|
||||
|
||||
// }
|
Reference in New Issue
Block a user