|
1 | | -# CoCreate-calculation |
| 1 | +# CoCreate-calculate |
2 | 2 |
|
3 | | -A handy vanilla JavaScript calculator, concatenate multiple elements containing integers & execute calculations. Can be used for creating invoices,making payments & any kind of complex calculation. Easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/calculation) |
| 3 | +A handy vanilla JavaScript calculator, concatenate multiple elements containing integers & execute calculate. Can be used for creating invoices,making payments & any kind of complex calculate. Easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/calculate) |
4 | 4 |
|
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
10 | 10 |  |
11 | 11 |
|
12 | | - |
| 12 | + |
13 | 13 |
|
14 | | -## [Docs & Demo](https://cocreate.app/docs/calculation) |
| 14 | +## [Docs & Demo](https://cocreate.app/docs/calculate) |
15 | 15 |
|
16 | | -For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/calculation) |
| 16 | +For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/calculate) |
17 | 17 |
|
18 | 18 | ## CDN |
19 | 19 |
|
20 | 20 | ```html |
21 | | -<script src="https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.js"></script> |
| 21 | +<script src="https://cdn.cocreate.app/calculate/latest/CoCreate-calculate.min.js"></script> |
22 | 22 | ``` |
23 | 23 |
|
24 | 24 | ```html |
25 | | -<script src="https://cdn.cocreate.app/calculation/latest/CoCreate-calculation.min.css"></script> |
| 25 | +<script src="https://cdn.cocreate.app/calculate/latest/CoCreate-calculate.min.css"></script> |
26 | 26 | ``` |
27 | 27 |
|
28 | 28 | ## NPM |
29 | 29 |
|
30 | 30 | ```shell |
31 | | -$ npm i @cocreate/calculation |
| 31 | +$ npm i @cocreate/calculate |
32 | 32 | ``` |
33 | 33 |
|
34 | 34 | ## yarn |
35 | 35 |
|
36 | 36 | ```shell |
37 | | -$ yarn install @cocreate/calculation |
| 37 | +$ yarn install @cocreate/calculate |
38 | 38 | ``` |
39 | 39 |
|
40 | 40 | # Table of Contents |
41 | 41 |
|
42 | | -- [Table of Contents](#table-of-contents) |
43 | | -- [Announcements](#announcements) |
44 | | -- [Roadmap](#roadmap) |
45 | | -- [How to Contribute](#how-to-contribute) |
46 | | -- [About](#about) |
47 | | -- [License](#license) |
| 42 | +- [Table of Contents](#table-of-contents) |
| 43 | +- [Announcements](#announcements) |
| 44 | +- [Roadmap](#roadmap) |
| 45 | +- [How to Contribute](#how-to-contribute) |
| 46 | +- [About](#about) |
| 47 | +- [License](#license) |
48 | 48 |
|
49 | 49 | <a name="announcements"></a> |
50 | 50 |
|
51 | 51 | # Announcements |
52 | 52 |
|
53 | | -All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-calculation/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-calculation/releases). You may also subscribe to email for releases and breaking changes. |
| 53 | +All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-calculate/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-calculate/releases). You may also subscribe to email for releases and breaking changes. |
54 | 54 |
|
55 | 55 | <a name="roadmap"></a> |
56 | 56 |
|
57 | 57 | # Roadmap |
58 | 58 |
|
59 | | -If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-calculation/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-calculation/pulls). We would love to hear your feedback. |
| 59 | +If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-calculate/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-calculate/pulls). We would love to hear your feedback. |
60 | 60 |
|
61 | 61 | <a name="about"></a> |
62 | 62 |
|
63 | 63 | # About |
64 | 64 |
|
65 | | -CoCreate-calculation is guided and supported by the CoCreate Developer Experience Team. |
| 65 | +CoCreate-calculate is guided and supported by the CoCreate Developer Experience Team. |
66 | 66 |
|
67 | 67 | Please Email the Developer Experience Team [here ](mailto:[email protected]) in case of any queries. |
68 | 68 |
|
69 | | -CoCreate-calculation is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC. |
| 69 | +CoCreate-calculate is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC. |
70 | 70 |
|
71 | 71 | <a name="contribute"></a> |
72 | 72 |
|
73 | 73 | # How to Contribute |
74 | 74 |
|
75 | | -We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-calculation/blob/master/CONTRIBUTING.md) guide for details. |
| 75 | +We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-calculate/blob/master/CONTRIBUTING.md) guide for details. |
76 | 76 |
|
77 | | -We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-calculation/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-calculation/pulls) or merely upvote or comment on existing issues or pull requests. |
| 77 | +We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-calculate/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-calculate/pulls) or merely upvote or comment on existing issues or pull requests. |
78 | 78 |
|
79 | 79 | We appreciate your continued support, thank you! |
80 | 80 |
|
81 | | - |
82 | 81 | <a name="license"></a> |
| 82 | + |
83 | 83 | # License |
84 | 84 |
|
85 | | -[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-calculation/blob/master/LICENSE) |
| 85 | +[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-calculate/blob/master/LICENSE) |
0 commit comments