Skip to content

CSS: position

.--position-relativeposition kòm yon klas global konpozab — .--position-<value> — kap itilize pou kont li oswa chenn sou nenpòt konpozan (.instui-button.--position-relative).

Source: index.ts

Itilizasyon

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

Egzanp

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

Modifikatè

ModifikatèDeskripsyon
.--position-absoluteposition: absolute.
.--position-fixedposition: fixed.
.--position-relativeposition: relative.
.--position-staticposition: static.
.--position-stickyposition: sticky.