// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`FormField > renders with class correctly 1`] = `
"
"
`;
exports[`FormField > renders with default slot correctly 1`] = `
""
`;
exports[`FormField > renders with description slot correctly 1`] = `
""
`;
exports[`FormField > renders with error correctly 1`] = `
"
Username is already taken
"
`;
exports[`FormField > renders with error slot correctly 1`] = `
""
`;
exports[`FormField > renders with help correctly 1`] = `
""
`;
exports[`FormField > renders with help slot correctly 1`] = `
""
`;
exports[`FormField > renders with hint correctly 1`] = `
""
`;
exports[`FormField > renders with hint slot correctly 1`] = `
""
`;
exports[`FormField > renders with label and description correctly 1`] = `
"
Enter your username
"
`;
exports[`FormField > renders with label slot correctly 1`] = `
""
`;
exports[`FormField > renders with required correctly 1`] = `
""
`;
exports[`FormField > renders with size correctly 1`] = `
"
Enter your username
"
`;
exports[`FormField > renders with ui correctly 1`] = `
""
`;