Skip to main content

Position

import { position } from "@desygna/desygna";

A system that enables position props.

PropCSS Property
positionposition
zIndexzIndex
toptop
rightright
bottombottom
leftleft
// position
<Box position="absolute" />

// zIndex
<Absolute zIndex={2} />

// top, right, bottom, left
<Fixed
top="0"
right="0"
bottom="0"
left="0"
/>