我在Visual Studio中有一个空白的Ionic入门应用程序。 现在我正在尝试使用Ionic Api文档中的组件。
按钮文档: https://ionicframework.com/docs/api/components/button/Button/
它表示使用以下代码获取完整按钮:
<button ion-button full>Full Button</button>
这是一个堆栈输入:
<ion-item>
<ion-label color="primary" stacked>Stacked Label</ion-label>
<ion-input type="email" placeholder="Email Input"></ion-input>
</ion-item>