文件名称:react-select-country-list:这是react-select的国家_地区列表数据格式
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-14 06:10:46
react javascript country react-select country-list
React选择国家清单 此程序包以为参考,并使其更友好地做出React选择 将ISO 3166-1-alpha-2代码映射到英语国家名称,并匹配react-select options道具。 使用来自数据 安装 npm install react-select-country-list --save 或者 yarn add react-select-country-list 例子 import React , { useState , useMemo } from 'react' import Select from 'react-select' import countryList from 'react-select-country-list' function CountrySelector ( ) { const [ value , setValue ] = useSt
【文件预览】:
react-select-country-list-master
----.gitignore(97B)
----country-list.js(1KB)
----package.json(925B)
----package-lock.json(70KB)
----data-native.json(16KB)
----LICENSE(1KB)
----data.json(13KB)
----scripts()
--------convert-csv-to-json.js(512B)
----README.md(3KB)
----test()
--------set-label.js(582B)
--------get-code.js(753B)
--------get-code-list.js(454B)
--------native.js(875B)
--------get-codes.js(510B)
--------get-names.js(554B)
--------get-data.js(423B)
--------get-value.js(646B)
--------get-name.js(650B)
--------set-empty.js(700B)
--------get-name-list.js(463B)