New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

antd-country-phone-input

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antd-country-phone-input

Country phone input component as standard Ant.Design form item

  • 4.0.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

antd-country-phone-input

Country phone input component as standard Ant.Design form item.

dumi NPM version npm download

Preview

Installation

npm install antd-country-phone-input

or

yarn add antd-country-phone-input

Usage

Breaking Changes: For better performance and avoid unnecessary encapsulation, locale and area customization APIs are moved to ConfigProvider(based on React Context).

import CountryPhoneInput, { ConfigProvider } from 'antd-country-phone-input';

// Usually you only need to import ConfigProvider & CSS once in App.js/App.tsx
// CSS order is important!
import 'antd/dist/antd.css';
import 'antd-country-phone-input/dist/index.css';

const App = () => {
  return (
    <ConfigProvider locale="zh">
      <CountryPhoneInput />
    </ConfigProvider>
  );
};

export default App;

Value

FieldTypeNote
shortstringSee ISO 3166-1
phoneCodenumber
emojiReactNodeNational flag
namestring

Supported Languages

Please check the typescript definition in source codes.

Keywords

FAQs

Package last updated on 23 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc