Tommertom / svelte-ionic-npm

NPM package that goes along with Ionic Svelte integration demo
MIT License
19 stars 0 forks source link

IonTabs loads all ionicons - can this be more dynamic? #9

Closed Tommertom closed 1 year ago

Tommertom commented 1 year ago
<script lang="ts">
    import { onMount } from "svelte";

    import * as ionIcons from "ionicons/icons";

Undesirable

Tommertom commented 1 year ago

Fixed by refactoring IonTabs with layout and changing the imports