文件名称:react-bootstrap-country-select:带有 React Bootstrap 自动建议的国家选择表单控件
文件大小:507KB
文件格式:ZIP
更新时间:2024-06-19 15:36:29
JavaScript
React引导国家选择 一个带有标志图标的国家选择组件,用于React Bootstrap。 转到页面查看它的实际效果。 安装 yarn add react-bootstrap-country-select 或者 npm install react-bootstrap-country-select 先决条件 必须安装并导入(或包含) 。 用法 在您的index.js或类似文件中: import 'bootstrap/dist/css/bootstrap.css' ; // or include from a CDN import 'react-bootstrap-country-select/dist/react-bootstrap-country-select.css' ; 您的组件: import React , { useState } from 'react'
【文件预览】:
react-bootstrap-country-select-master
----.babelrc(433B)
----rollup.config.js(1KB)
----docs()
--------css()
--------img()
--------robots.txt(78B)
--------index.html(13KB)
--------js()
----package.json(2KB)
----__tests__()
--------CountrySelect()
----screenshots()
--------react-bootstrap-country-select-no-text.png(25KB)
--------react-bootstrap-country-select-selected-country.png(9KB)
--------react-bootstrap-country-select-search.png(27KB)
----LICENSE(1KB)
----package-lock.json(641KB)
----CONTRIBUTING.md(647B)
----src()
--------index.js(76B)
--------CountrySelect()
----.npmignore(94B)
----__mocks__()
--------styleMock.js(48B)
----.gitignore(326B)
----README.md(6KB)
----yarn.lock(505KB)