There are a few helpful components to make your daily positioning hacks way
easier. The <Position />
component helps out with all things to do with
positioning. To use import from @marvelapp/ui
:
import { Position, Relative, Absolute } from '@marvelapp/ui';
There are also a couple of handy extensions:
<Relative />
is a shortcut for a relative container<Absolute />
is a shortcut for an absolute container