Position
Set absolute or relative positioning for elements.
Import​
src/screens/Component.js
import { pos } from "nativeflowcss";
Properties​
| Object | Native properties |
|---|---|
| pos.relative | { position: 'relative' } |
| pos.absolute | { position: 'absolute' } |
| pos.fixed | { position: 'fixed' } |
| pos.sticky | { position: 'sticky' } |