react-language-combobox 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +8 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# react-language-
|
|
1
|
+
# react-language-combobox
|
|
2
2
|
|
|
3
3
|
> Small, accessible React language picker component with optional flags and customizable theme classes.
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@ Install
|
|
|
8
8
|
Install from npm:
|
|
9
9
|
|
|
10
10
|
```bash
|
|
11
|
-
npm install react-language-
|
|
11
|
+
npm install react-language-combobox
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
Usage
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-language-combobox",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "vite",
|
|
@@ -48,7 +48,13 @@
|
|
|
48
48
|
"type": "git",
|
|
49
49
|
"url": "git+https://github.com/ms-sk/react-language-combobox.git"
|
|
50
50
|
},
|
|
51
|
-
"keywords": [
|
|
51
|
+
"keywords": [
|
|
52
|
+
"react",
|
|
53
|
+
"language",
|
|
54
|
+
"combobox",
|
|
55
|
+
"picker",
|
|
56
|
+
"component"
|
|
57
|
+
],
|
|
52
58
|
"author": "",
|
|
53
59
|
"license": "ISC",
|
|
54
60
|
"bugs": {
|