package tw
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Type-safe Tailwind CSS v4 in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
tw-1.0.0.tbz
sha256=198a142b69828a53a0c8812b70f279be6c216b411b370c3433d5fe94be5d495e
sha512=fe0a94ef1ff22e19c669d4370c6b555bf323053e05a8cfc315196beb312703f68ec62966b2b7780b6a79c2e8db88e8aa816d7fe3cb3a2044e6f52ed4d839a3b4
doc/tw.html/Tw_html/At/index.html
Module Tw_html.AtSource
Functions for creating HTML attributes.
Global attributes
spellcheck value sets the spellcheck attribute. Use "true" or "false".
Event attributes
Form attributes
Link attributes
Media attributes
Meta attributes
Style attribute
Time attributes
Image attributes
Additional attributes
if' cond at is at if cond is true, otherwise returns a void attribute.
to_pair at returns the attribute as a (name, value) pair.
of_pair (n,v) creates an attribute from a (name, value) pair.
Additional HTML5 attributes
hidden hides the element.
SVG Attributes
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page