我有我的應用程序的屏幕上的幾個按鈕,我想用圖標下面的那個,寫按鈕的標題...離子2如何打破行離子2個元素,比如按鈕
我可以不要使用「或」h1,h2或甚至爲此目的的顯示塊。
代碼:
<button primary>
<ion-icon name="calendar"></ion-icon>
Calendar
</button>
我想是這樣的:
<button primary>
<h1>
<ion-icon name="calendar"></ion-icon>
</h1>
<br />
<h2>
Calendar
</h2>
</button>
感謝