UNPKG

@sveltestrap/sveltestrap

Version:

Bootstrap components for Svelte

28 lines (23 loc) 456 B
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Table > should render correctly 1`] = ` <body> <div> <table class="table" /> <!--&lt;ResponsiveContainer&gt;--> <!--&lt;Table&gt;--> </div> </body> `; exports[`Table > should render custom class 1`] = ` <body> <div> <table class="legged table" /> <!--&lt;ResponsiveContainer&gt;--> <!--&lt;Table&gt;--> </div> </body> `;