Home > mui-country-code-selector
Function |
Description |
---|---|
(ALPHA) Autocomplete component to select the country code of a phone number from a list of countries. Based on the MUI | |
(ALPHA) A complete phone number input React component with a country code selector autocomplete field. Based on MUI’s This component variant uses the provided Zustand store as the common state between the subcomponents. See the documentation for | |
(ALPHA) A complete phone number input React component with a country code selector autocomplete field. Based on MUI’s This component variant uses React’s state management utilities to create the common state between the subcomponents. | |
(ALPHA) A provider component for the | |
(ALPHA) Creates a default filter options function for the | |
(ALPHA) Creates a default function for getting the option label string in the | |
createDefaultRenderInput(label, elementWidth, shrink, variant) |
(ALPHA) Returns a default function for rendering the input component of the |
(ALPHA) Default function for getting the option key string in the | |
(ALPHA) Default function for rendering the options in the | |
(ALPHA) Returns the international calling codes and names for the countries of the world in | |
(ALPHA) A custom hook that returns a country code store. Store is fetched from a React context and therefore the component using this hook is expected to be surrounded by |
Interface |
Description |
---|---|
(ALPHA) Represents the props of the | |
(ALPHA) Represents the props of the | |
(ALPHA) Represents a common state between the autocomplete component for selecting the country code and the phone number input component, which together form a complete phone number input component. | |
(ALPHA) Represents a value for the composite component props that change the size of country code selector’s subcomponents in a MUI | |
(ALPHA) Represents data for an individual country. Contains records for the name, the ITU-T E.164 international calling code, and two letter ISO 3166 country code of the country. Is used as the | |
(ALPHA) Represents the text selection range within the input element (phone number input). | |
(ALPHA) Represents data about country codes that are possible based on the phone number input. |
Variable |
Description |
---|---|
(ALPHA) Default abbreviation for the label text. Used when | |
(ALPHA) Default label text for the | |
(ALPHA) Default | |
(ALPHA) Default width for the | |
(ALPHA) Default slot props object for | |
(ALPHA) A responsive breakpoint below which the CountryCodeSelector components use shorter labels. |
Type Alias |
Description |
---|---|
(ALPHA) Represents the props that can be passed to a MUI | |
(ALPHA) Represents the props that can be passed to a MUI | |
(ALPHA) Represents the props that can be passed to a MUI | |
(ALPHA) Represents the props that can be passed to a MUI | |
(ALPHA) Represents a value of the |