package virtual_dom

  1. Overview
  2. Docs
OCaml bindings for the virtual-dom library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=7f1fa83287458114c5b0cab8aae00d69972d15e1d20a446ce13f246aacef3216

doc/virtual_dom.svg/Virtual_dom_svg/Attr/Text/index.html

Module Attr.TextSource

Sourceval start_offset : [ Css_gen.Length.t | `Percentage of Core.Percent.t | `Number of float ] -> Virtual_dom.Vdom.Attr.t
Sourceval text_length : [ Css_gen.Length.t | `Percentage of Core.Percent.t | `Number of float ] -> Virtual_dom.Vdom.Attr.t

<textPath>

shares textLength with <text>

Sourceval length_adjust : [ `Spacing | `Spacing_and_glyphs ] -> Virtual_dom.Vdom.Attr.t
Sourceval side : [ `Left | `Right ] -> Virtual_dom.Vdom.Attr.t
Sourceval spacing : [ `Auto | `Exact ] -> Virtual_dom.Vdom.Attr.t

Nothing to do for <title> Nothing to do for <tspan> as it shares everything with text Nothing to do for <use> as it shares href with <linearGradient>, x, y, width, and height with <image>

OCaml

Innovation. Community. Security.

On This Page
  1. <textPath>