physical-quantity 1.1.46 → 1.1.47
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 +6 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,8 @@ It is a new HTML element for expressing physical quantities, featuring self-cont
|
|
|
14
14
|
- Easy to integrate into any web project.
|
|
15
15
|
|
|
16
16
|
## Demo: Physical Quantity element - No Unit Converter or Dual Units Needed
|
|
17
|
-
[Live Demo](https://v2-docs.donwen.com/demo/products/quik2.html)
|
|
17
|
+
[Live Demo 1](https://v2-docs.donwen.com/demo/products/quik2.html)
|
|
18
|
+
[Live Demo 2](https://v2-docs.donwen.com/demo/products/motioncanada/gates-a36.html)
|
|
18
19
|
|
|
19
20
|
|
|
20
21
|

|
|
@@ -206,10 +207,11 @@ Currently, the component supports the following categories and units:
|
|
|
206
207
|
| | kN||
|
|
207
208
|
| | MN||
|
|
208
209
|
| | kgf||
|
|
209
|
-
| | lb
|
|
210
|
-
| | lbf
|
|
210
|
+
| | lb| pound weight |
|
|
211
|
+
| | lbf| pount force |
|
|
211
212
|
| | kip[kilo pounds]||
|
|
212
|
-
| more to update. | (feel free to send your request for other units & categories) ||
|
|
213
|
+
| more to update. | (feel free to send your request for other units & categories) ||
|
|
214
|
+
|
|
213
215
|
**Note**:
|
|
214
216
|
- lbm, lbmass are used for mass units;
|
|
215
217
|
- lb, lbf are used for weight/force units.
|