我如何在 Ionic 2
中使用Ionicons,我跟随this tutorial,但它无效。
答案 0 :(得分:0)
您无需导入任何内容即可使用它们。只需找到您需要的名称here,然后使用该名称将其包含在您的视图中:
<!--Basic: auto-select the icon based on the platform -->
<ion-icon name="american-football"></ion-icon>
<!-- Advanced: explicity set the icon for each platform -->
<ion-icon ios="ios-american-football" md="md-american-football"></ion-icon>