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.1.0.tbz
sha256=48754ab34d0a97c37f5f2dbf50ce46747ec0ca6d483f5adbb7305fc247fb5315
sha512=f43621b49e77adc23fab3c968e5041188e428228d1930b89c307fc8916c428f1943a5d74c21467219077247021f0ba83fda9234b0dd119dfd14b7f9746332bf7
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