Skip to content

CSS: position

.--position-relativeposition als een composeerbare, globale klasse — .--position-<value> — bruikbaar los of gekoppeld aan elk component (.instui-button.--position-relative).

Source: index.ts

Gebruik

css
@import "@pantoken/components/utilities.css";

Voorbeelden

html
<div class="--position-relative">…</div>

Modifiers

ModifierBeschrijving
.--position-absoluteposition: absolute.
.--position-fixedposition: fixed.
.--position-relativeposition: relative.
.--position-staticposition: static.
.--position-stickyposition: sticky.