Files
nimbus/resources/js/components/common
Mazen Touati 6ba071dc98 test: front-end tests cleanup (round 1)
the aim is to make the tests more about the behavior rather than implementation, add some missing tests, and improve the code.
2025-11-16 19:03:40 +01:00
..
2025-10-23 00:16:28 +02:00
2025-10-23 00:16:28 +02:00

Commom Components

This directory contains reusable, domain-agnostic Vue components that are designed for composability, flexibility, and abstraction.

These components often focus on how something behaves, but may also include simple UI elements that can be used across multiple domains without being tied to one.


Use Cases

  • Slot-based wrappers or logic-driven components
  • Generic UI elements like key-value displays, editors, or toggles
  • Scoped state or behavior providers
  • Form helpers and data transformers
  • Components that are reused in multiple domains

These components are the building blocks for domain components. They are reusable, design-agnostic, and composable.