Skip to content

Commit 730d691

Browse files
authored
Update addons.md
1 parent 0b98c39 commit 730d691

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

docs/advanced/addons.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Addons
22

3-
You can extend abap2UI5 with various additional functionalities and ready-to-use apps. Check out the abap2UI5-addons page and find the functionality you need [here.](https://github.com/abap2UI5-addons)
3+
The abap2UI5 project is designed to be as lightweight as possible, focusing on the following core functionalities:
4+
* Rendering views
5+
* Event handling
6+
* Data exchange
47

5-
There are features like layout-variant management, just as you know it from classic SAP GUI selection screens or ALV development. You can also find table maintenance tools or enhance your apps with third-party libraries like Chart.js.
8+
This approach reduces complexity, making the project easier to maintain and improve. However, if you need additional functionality, you can install addons for common features.
69

7-
Already created a new functionality? Feel free to contribute to existing repositories or create your own. The abap2UI5 community welcomes everyone who wants to contribute!
10+
#### Addons
11+
Explore the [abap2UI5-addons](https://github.com/abap2UI5-addons) to find the functionality you need. Available features include:
12+
- Layout-variant management, similar to classic SAP GUI selection screens or ALV development
13+
- Table maintenance tools
14+
- Integration with third-party libraries like Chart.js for enhanced visualization
15+
- And much more.
16+
17+
And many more.
18+
19+
#### Contribution
20+
Have you developed a new feature? Feel free to contribute to existing repositories or create your own. We welcome all contributors!

0 commit comments

Comments
 (0)