Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

type ComponentZIndex = Flattened<{
  zIndex: typeof zIndexComponents;
}>;
Component z-index values for individual UI components. They inherit from the SemanticZIndex via CSS variables.

Example

const theme: Partial<ComponentZIndex> = {
  "zIndex-modal-overlay": "1000",
  "zIndex-modal-dialog": "1001",
};

See