wix-style-react
Version:
13 lines (12 loc) • 517 B
JavaScript
export default {
description:
'WixStyleReactEnvironmentProvider is a wrapper component for an app to hold cross library global configuration such as locale, rtl and others',
featureExamples: [
{
title: 'Locale',
description:
"Setting the `locale` prop will make any component in the library to use that locale automatically without the need to configure each component separately. The list of possible locales is listed in the componet's API",
example: '_locale',
},
],
};