diff --git a/README.md b/README.md index f2677fd..6bc938f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,39 @@ # JS Libraries for abap2UI5 -🚀 [More Information...](https://abap2ui5.github.io/docs/addons/ext_js.html) + [JS Library Addon on GitHub](https://github.com/abap2UI5-addons/js-libraries) +It's easy to extend abap2UI5 with additional JavaScript libraries and make them accessible via custom controls in the backend. In this add-on, all external libraries are collected and ready to use after installation with abapGit. Check out the samples to see how it works.
+ +You use an external library, but it is not listed here? Feel free to send a PR to this addon. Special thanks to [choper725](https://github.com/choper725) contributing most of the Libraries. + +#### 1. Driver JS + * Product tours, highlights, contextual help and more + * https://driverjs.com/ +image + +#### 2. bwip-js +* Generate Barcodes +* http://bwip-js.metafloor.com +image + +#### 3. FontAwesome +* Fonts +* https://fontawesome.com +image + +#### 4. ImageMapster +* ImageMapster makes HTML image maps useful +* http://www.outsharked.com/imagemapster +image + +#### 5. Animate.css +* A library of ready-to-use, cross-browser animations for use in your web projects +* https://animate.style +image + +#### 6. Chart.js +* Simple yet flexible JavaScript charting library for the modern web +* https://www.chartjs.org +image +image +