Aqua Basis
This section documents the global data types used across the components in the Aqua Design System. These types serve as foundational structures to ensure consistency, type safety, and interoperability between modules.
Define the structure and expected shape of complex data.
Ensure predictable behavior through standardized constant values.
Provide flexibility and precision for reusable and composite values.
Represent default configurations for consistent behavior out of the box.
You only need to search the data type that you need from you framework library and it should be enough.
import {
Alignment, // Enum
AlignType, // Type
POPOVER_CONFIG, // Constant
IVirtualScrollConfig // Interfaces
} from '@aqua-ds/vue';
On this page
✨ Design together. Build together. Speak the same language. ✨
