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 ComponentBorderRadius = Flattened<{
  borderRadius: typeof borderRadiusComponents;
}>;
Component border radii are the border radius values for the individual UI components. They inherit values from the SemanticBorderRadius via CSS variables.

Example

const theme: Partial<ComponentBorderRadius> = {
  "border-radius-cta": "var(--cdp-web-border-radius-none)", // Remove border radius for ctas only
};

See