From 27b29124b981bcf53de0f9a6b4396773a7882ef0 Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Thu, 3 Oct 2024 10:46:38 +0200 Subject: [PATCH] Explain a bit more the API structure --- docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.md b/docs/api.md index 340bcda13..8f6d4affc 100644 --- a/docs/api.md +++ b/docs/api.md @@ -9,6 +9,7 @@ sidebar_position: 5 **DHIS2 Mobile UI library** API documentation is hosted in [Github repository](https://dhis2.github.io/dhis2-mobile-ui/api/-mobile%20-u-i/org.hisp.dhis.mobile.ui.designsystem.component/index.html). +The package containing the different components is `org.hisp.dhis.mobile.ui.designsystem.component`. It is split in *types*, *functions* and *properties*. As in Compose, the components are considered as functions, you will have all them in the *functions* section.