oc · docs
docs / documentation

@orangecheck/design


@orangecheck/design / OcAurora

Function: OcAurora()

function OcAurora(__namedParameters: OcAuroraProps): any;

Defined in: tokens/aurora.tsx:46

The ambient "bitcoin aurora" background — soft, theme-reactive colour clouds that slowly wander (styling in styles/aurora.css; recolours from --brand / --success / --info / --primary across mode + skin). Pure markup, fixed behind all content; OcThemeProvider mounts it by default. The CSS blobs are the permanent SSR / no-JS / reduced-motion / no-WebGL floor; the optional gl layer only ever renders on top of them.

Parameters

ParameterType
__namedParametersOcAuroraProps

Returns

any