Skip to content

CSS: position

.--position-relativeposition bir bileştirilebilir, küresel sınıf olarak — .--position-<value> — tek başına kullanılabilir veya herhangi bir bileşene zincirlenebilir (.instui-button.--position-relative).

Source: index.ts

Kullanım

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

Örnekler

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

Değiştiriciler

DeğiştiriciAçıklama
.--position-absoluteposition: absolute.
.--position-fixedposition: fixed.
.--position-relativeposition: relative.
.--position-staticposition: static.
.--position-stickyposition: sticky.