Components
LocaleProvider

LocaleProvider

Provides the locale

<LocaleProvider locale="pt-BR">...</LocaleProvider>

Optional props

locale

The BCP47 language code for the locale.

type
string
default
null

children

Component children

type
React.ReactNode
default
null