graphix-package-gui 0.8.0

A dataflow language for UIs and network programming, GUI package
Documentation
1
2
3
4
5
6
7
let markdown = |
  #on_link: fn(url: string) -> Any = |_| null,
  #spacing: &[f64, null] = &null,
  #text_size: &[f64, null] = &null,
  #width: &Length = &`Fill,
  content: &string
| -> Widget `Markdown({ content, on_link: &on_link, spacing, text_size, width })