ACS-8315: avatar component (#9931)

This commit is contained in:
Denys Vuika
2024-07-09 17:58:41 -04:00
committed by GitHub
parent eaa489ae8d
commit a0b82ad887
10 changed files with 265 additions and 3 deletions

View File

@@ -30,10 +30,8 @@ A few other pages of information are also available:
- The [Release notes](release-notes/README.md) section has details of all
the features introduced and bugs fixed with each release.
- The [Version compatibility](compatibility.md) page shows which versions
of Alfresco's backend servies (ACS and APS) are compatible with each released
of Alfresco backend services (ACS and APS) are compatible with each released
version of ADF.
- The [Roadmap](roadmap.md)
contains a preview of features we hope to release in future versions of ADF.
- The [License info](license-info/README.md) section lists the third-party libraries used by ADF along with links to their Open Source licenses.
- The [Vulnerability](vulnerability/README.md) section lists the third-party
libraries known vulnerability.
@@ -79,6 +77,15 @@ for more information about installing and using the source code.
<!--core start-->
### Primitives
A collection of Angular components for generic use.
| Name | Description |
|-----------------------------------------------|------------------------------|
| [Avatar](core/components/avatar.component.md) | Displays user avatars. |
| [Button](core/components/button.component.md) | A standard button component. |
### Components
| Name | Description | Source link |

View File

@@ -0,0 +1 @@
../../../lib/core/src/lib/avatar/avatar.component.md

View File

@@ -0,0 +1 @@
../../../lib/core/src/lib/button/button.component.md