Skip to main content

Position

Set absolute or relative positioning for elements.

Import​

src/screens/Component.js
import { pos } from "nativeflowcss";

Properties​

ObjectNative properties
pos.relative{ position: 'relative' }
pos.absolute{ position: 'absolute' }
pos.fixed{ position: 'fixed' }
pos.sticky{ position: 'sticky' }