// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Tabs > renders basic case correctly 1`] = `
"
This is the content shown for Tab1
"
`;
exports[`Tabs > renders with class correctly 1`] = `
"
This is the content shown for Tab1
"
`;
exports[`Tabs > renders with default slot correctly 1`] = `
"
This is the content shown for Tab1
"
`;
exports[`Tabs > renders with defaultValue correctly 1`] = `
"
And, this is the content for Tab2
"
`;
exports[`Tabs > renders with item slot correctly 1`] = `
""
`;
exports[`Tabs > renders with modelValue correctly 1`] = `
"
And, this is the content for Tab2
"
`;
exports[`Tabs > renders with orientation correctly 1`] = `
"
This is the content shown for Tab1
"
`;
exports[`Tabs > renders with ui correctly 1`] = `
"
This is the content shown for Tab1
"
`;