UNPKG

@ionic-sveltekit/core

Version:

Ionic UI components with SvelteKit

6 lines (4 loc) 160 B
// Import and define ion-button import { defineCustomElement } from '@ionic/core/components/ion-button.js'; // Initialize the component defineCustomElement();