1.0.2 • Published 6 years ago

react-language-select v1.0.2

Weekly downloads
18
License
-
Repository
github
Last release
6 years ago

Language select

This library allows you to easily customize your UI depending on the currently selected language.

See the demo

Install

To install the package

npm install react-language-select

Api

Import the components

import { LanguageSwitch, LanguageIf, LanguageProvider } from "react-language-select";

To see examples of how the components are used see the demo