@lundium/locale
v1.0.0
Published
Locales for lundium component library
Downloads
0
Readme
Lundium UI component library internationalization
Usage
Install dependency into your project:
yarn add @lundium/locale
Import some locale and add it to ThemeProvider:
import { en_US } from '@lundium/locale';
...
<ThemeProvider theme={{ isRTL: boolean('isRTL', false), locale: en_US }}>
/* Component tree */
</ThemeProvider>