@praxisui/list 1.0.0-beta.61 → 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 CHANGED
@@ -40,12 +40,17 @@ last_updated: "2026-03-07"
40
40
 
41
41
  # @praxisui/list — Configurable List/Cards Component
42
42
 
43
- ## 🔰 Exemplos / Quickstart
43
+ ## Documentation
44
44
 
45
- Para ver esta biblioteca em funcionamento em uma aplicação completa, utilize o projeto de exemplo (Quickstart):
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
- - Repositório: https://github.com/codexrodrigues/praxis-ui-quickstart
48
- - O Quickstart demonstra a integração das bibliotecas `@praxisui/*` em um app Angular, incluindo instalação, configuração e uso em telas reais.
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