-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3c7723
commit ccf065d
Showing
1 changed file
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,39 @@ | ||
# JS Libraries for abap2UI5 | ||
|
||
🚀 [More Information...](https://abap2ui5.github.io/docs/addons/ext_js.html) | ||
<i class="fa-brands fa-github"></i> [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. <br> | ||
|
||
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/ | ||
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/c01ed4d2-6735-47bb-b7b3-6f93c6ed7041"> | ||
|
||
#### 2. bwip-js | ||
* Generate Barcodes | ||
* http://bwip-js.metafloor.com | ||
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/dacd6181-66a6-4408-92b0-8a25e3236db9"> | ||
|
||
#### 3. FontAwesome | ||
* Fonts | ||
* https://fontawesome.com | ||
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/8e395dab-65e3-448b-928f-95e921841198"> | ||
|
||
#### 4. ImageMapster | ||
* ImageMapster makes HTML image maps useful | ||
* http://www.outsharked.com/imagemapster | ||
<img width="1345" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/7a1ee383-4a1b-4266-a380-d96a2e9e485b"> | ||
|
||
#### 5. Animate.css | ||
* A library of ready-to-use, cross-browser animations for use in your web projects | ||
* https://animate.style | ||
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/289d85a9-7473-44c6-b5b9-f1ed2a8dcd99"> | ||
|
||
#### 6. Chart.js | ||
* Simple yet flexible JavaScript charting library for the modern web | ||
* https://www.chartjs.org | ||
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/bd95df6a-4929-4fec-a337-56592fc21bb1"> | ||
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/da99bd6b-04af-4f03-9dc6-d6f69967781b"> | ||
<br> |