// 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 custom slot correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with gray variant link correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with gray variant link highlight correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with gray variant link highlight gray correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with gray variant pill correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with gray variant pill highlight correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with gray variant pill highlight gray 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 primary variant link correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with primary variant link highlight correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with primary variant pill correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with primary variant pill highlight correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with trailingIcon correctly 1`] = `
""
`;
exports[`NavigationMenu > renders with ui correctly 1`] = `
""
`;