wix-style-react
Version:
13 lines (12 loc) • 365 B
JavaScript
export const _locale = `
<StorybookComponents.Stack>
<FormField label="Without locale context">
<Calendar autoFocus={false} />
</FormField>
<FormField label="With locale context">
<WixStyleReactEnvironmentProvider locale="es">
<Calendar autoFocus={false} />
</WixStyleReactEnvironmentProvider>
</FormField>
</StorybookComponents.Stack>
`;