3.0.1 • Published 3 years ago

@allthings/cdn-intl-provider v3.0.1

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

CDNIntlProvider

Install

yarn add @allthings/cdn-intl-provider

This project uses following peer dependencies, which need to be installed in your project:

  • react >= 16.3
  • react-intl >= 3.0

Description

This is a thin wrapper around react-intls IntlProvider for Allthings purposes.

Example usage

import CDNIntlProvider from '@allthings/cdn-intl-provider'

// …

const App = () => (
  <CDNIntlProvider
    locale="de"
    project="app"
    stage="production"
    variation="default"
  >
    <Main />
  </CDNIntlProvider>
)
3.0.1

3 years ago

3.0.0

3 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago