1.0.0 • Published 3 years ago

@lundium/locale v1.0.0

Weekly downloads
3
License
MIT
Repository
-
Last release
3 years ago

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>
1.0.0

3 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.1-alpha.3

4 years ago