Skip to content

Commit ccf065d

Browse files
authored
Update README.md
1 parent c3c7723 commit ccf065d

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

README.md

+36-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,39 @@
11
# JS Libraries for abap2UI5
22

3-
🚀 [More Information...](https://abap2ui5.github.io/docs/addons/ext_js.html)
3+
<i class="fa-brands fa-github"></i> [JS Library Addon on GitHub](https://github.com/abap2UI5-addons/js-libraries)
44

5+
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>
6+
7+
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.
8+
9+
#### 1. Driver JS
10+
* Product tours, highlights, contextual help and more
11+
* https://driverjs.com/
12+
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/c01ed4d2-6735-47bb-b7b3-6f93c6ed7041">
13+
14+
#### 2. bwip-js
15+
* Generate Barcodes
16+
* http://bwip-js.metafloor.com
17+
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/dacd6181-66a6-4408-92b0-8a25e3236db9">
18+
19+
#### 3. FontAwesome
20+
* Fonts
21+
* https://fontawesome.com
22+
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/8e395dab-65e3-448b-928f-95e921841198">
23+
24+
#### 4. ImageMapster
25+
* ImageMapster makes HTML image maps useful
26+
* http://www.outsharked.com/imagemapster
27+
<img width="1345" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/7a1ee383-4a1b-4266-a380-d96a2e9e485b">
28+
29+
#### 5. Animate.css
30+
* A library of ready-to-use, cross-browser animations for use in your web projects
31+
* https://animate.style
32+
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/289d85a9-7473-44c6-b5b9-f1ed2a8dcd99">
33+
34+
#### 6. Chart.js
35+
* Simple yet flexible JavaScript charting library for the modern web
36+
* https://www.chartjs.org
37+
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/bd95df6a-4929-4fec-a337-56592fc21bb1">
38+
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/da99bd6b-04af-4f03-9dc6-d6f69967781b">
39+
<br>

0 commit comments

Comments
 (0)