UNPKG

@sveltestrap/sveltestrap

Version:

Bootstrap components for Svelte

24 lines (21 loc) 364 B
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Icon > should render correctly 1`] = ` <body> <div> <i class="bi-globe" /> <!--&lt;Icon&gt;--> </div> </body> `; exports[`Icon > should render custom class 1`] = ` <body> <div> <i class="text-dark bi-book" /> <!--&lt;Icon&gt;--> </div> </body> `;