Module

Data.DotLang.Attr.Edge

Package
purescript-dotlang
Repository
csicar/purescript-dotlang

#htmlLabel Source

htmlLabel :: String -> Attr
> import Data.DotLang.Attr.Edge
> :t htmlLabel "<table><tr><td>Label</td></tr></table>" 
Attr

htmlLabel as a part of an attribute of an edge.

#label Source

label :: String -> Attr
> :t label "..." 
Attr

label as a part of an attribute of an edge.