Edit page

SelectLocale

Base on https://material-ui.com/components/text-fields/

Related component

  • https://material-ui.com/components/selects/#select

Icon

Basic usage

import { SelectLocale } from '@doopage/react-ui-kit'
const Example = () => {
return <SelectLocale />;
}
export default Example;

Playground

Simple

selectedLocale:

Show default locale

selectedLocale: en_US
defaultLocale: vi_VN
Locale Options: [{"id":"vi_VN","name":"Việt Nam"},{"id":"en_US","name":"English (US)"}]
English (US)

Show default option

selectedLocale:
Locale Options: [{"id":"default","name":"Default Locale","allowRemove":false},{"id":"vi_VN","name":"Việt Nam"}]
Default Locale

Properties

Select Locale