// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Chip > renders with as correctly 1`] = `""`;
exports[`Chip > renders with class correctly 1`] = `"
"`;
exports[`Chip > renders with color black correctly 1`] = `"
"`;
exports[`Chip > renders with color gray correctly 1`] = `"
"`;
exports[`Chip > renders with color green correctly 1`] = `"
"`;
exports[`Chip > renders with color primary correctly 1`] = `"
"`;
exports[`Chip > renders with color red correctly 1`] = `"
"`;
exports[`Chip > renders with color white correctly 1`] = `"
"`;
exports[`Chip > renders with content slot correctly 1`] = `"Content slot
"`;
exports[`Chip > renders with default slot correctly 1`] = `"Default slot
"`;
exports[`Chip > renders with inset correctly 1`] = `"
"`;
exports[`Chip > renders with position bottom-left correctly 1`] = `"
"`;
exports[`Chip > renders with position bottom-right correctly 1`] = `"
"`;
exports[`Chip > renders with position top-left correctly 1`] = `"
"`;
exports[`Chip > renders with position top-right correctly 1`] = `"
"`;
exports[`Chip > renders with show correctly 1`] = `"
"`;
exports[`Chip > renders with size 2xl correctly 1`] = `"
"`;
exports[`Chip > renders with size 2xs correctly 1`] = `"
"`;
exports[`Chip > renders with size 3xl correctly 1`] = `"
"`;
exports[`Chip > renders with size 3xs correctly 1`] = `"
"`;
exports[`Chip > renders with size lg correctly 1`] = `"
"`;
exports[`Chip > renders with size md correctly 1`] = `"
"`;
exports[`Chip > renders with size sm correctly 1`] = `"
"`;
exports[`Chip > renders with size xl correctly 1`] = `"
"`;
exports[`Chip > renders with size xs correctly 1`] = `"
"`;
exports[`Chip > renders with ui correctly 1`] = `"
"`;