@praxisui/list 1.0.0-beta.60 → 1.0.0-beta.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -4
- package/fesm2022/praxisui-list.mjs +1098 -253
- package/fesm2022/praxisui-list.mjs.map +1 -1
- package/index.d.ts +134 -9
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -40,12 +40,17 @@ last_updated: "2026-03-07"
|
|
|
40
40
|
|
|
41
41
|
# @praxisui/list — Configurable List/Cards Component
|
|
42
42
|
|
|
43
|
-
##
|
|
43
|
+
## Documentation
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
- Official documentation: https://praxisui.dev
|
|
46
|
+
- Quickstart reference app: https://github.com/codexrodrigues/praxis-ui-quickstart
|
|
47
|
+
- Recommended for: list and card experiences with templating, actions, grouping and selection in enterprise apps
|
|
46
48
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
+
## When to use
|
|
50
|
+
|
|
51
|
+
- Exibir colecoes em formato de lista ou cards com a mesma base de configuracao
|
|
52
|
+
- Habilitar agrupamento, acoes e selecao sem criar um componente bespoke por tela
|
|
53
|
+
- Integrar dados locais ou remotos em experiencias de catalogo e backoffice
|
|
49
54
|
|
|
50
55
|
Angular list/cards component for enterprise apps. Supports local or remote data, multiple layout variants, templating slots, actions, grouping and selection.
|
|
51
56
|
|