// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`NavigationMenu > renders with arrow correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with class correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with color black correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with color green correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with color primary correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with color red correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with custom slot correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with highlight color black correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with highlight color green correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with highlight color primary correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with highlight color red correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with highlight link correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with highlight pill correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with item slot correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with item-label slot correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with item-leading slot correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with item-trailing slot correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with items correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with orientation vertical correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with trailingIcon correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with ui correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with variant link correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with variant pill correctly 1`] = `
""
`;