Pin widget builder (absolutely positioned element).
pub fn a11y(p: Pin, a: a11y.A11y) -> Pin
Set accessibility properties for this widget.
pub fn build(p: Pin) -> node.Node
Build the pin into a renderable Node.
pub fn extend(p: Pin, children: List(node.Node)) -> Pin
Add multiple child nodes.
pub fn new(id: String) -> Pin
Create a new pin builder.
pub fn x(p: Pin, val: Float) -> Pin
pub fn y(p: Pin, val: Float) -> Pin