Interactivity

Resize

Style syntax for setting whether an element is resizable.

🚧This page is still under construction and some content may not be complete.

Overview [sr-only]

ClassDeclarations
resize:valueresize: value
resize:autoresize: auto
resize:noneresize: none
resize:bothresize: both
resize:horizontalresize: horizontal
resize:verticalresize: vertical
resize:blockresize: block
resize:inlineresize: inline

Conditionally apply

Apply styles in different states using selectors, media queries, etc.

<div class="resize:both:hover resize:both@sm resize:both@dark resize:both@print">…</div>
PREVIOUS
Pointer Events

Style syntax for setting whether an element reacts to pointer events.

NEXT
Touch Action

Style syntax for setting how an element's region can be manipulated by a touchscreen user.

MIT License Ā© Aoyue Design LLC.