persian-number-input 3.0.7 → 3.0.9
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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,6 +27,8 @@ Easily input, format, and convert numbers in Persian, English, or Indic digits w
|
|
|
27
27
|
npm install persian-number-input
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
+

|
|
31
|
+
|
|
30
32
|
### 💻 Usage Example
|
|
31
33
|
|
|
32
34
|
Simple usage example:
|
|
@@ -59,7 +61,7 @@ Displayed Output: ۱۲۳,۴۵۶
|
|
|
59
61
|
English Output: 123456
|
|
60
62
|
```
|
|
61
63
|
|
|
62
|
-

|
|
63
65
|
|
|
64
66
|
### 📚 Props Reference
|
|
65
67
|
|
|
@@ -159,6 +161,8 @@ export default App;
|
|
|
159
161
|
خروجی انگلیسی: 123456
|
|
160
162
|
```
|
|
161
163
|
|
|
164
|
+

|
|
165
|
+
|
|
162
166
|
### 📚 مشخصات Props
|
|
163
167
|
|
|
164
168
|
| نام | نوع | پیشفرض | توضیح |
|
package/package.json
CHANGED