package mosaic
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Terminal UI framework for OCaml with The Elm Architecture
Install
dune-project
Dependency
Authors
Maintainers
Sources
mosaic-0.1.0.tbz
sha256=9e4e90d17f9b2af1b07071fe425bc2c519c849c4f1d1ab73cde512be2d874849
sha512=06e9c4a741590942e81a27738d0b5c0413fafec8cf3b7dae047ad69f155e7b718aa4223818dc161b7d028efffcfd3365905e264d6fd31d453910ddfa91dcf9b9
doc/src/mosaic.ui/mosaic_ui.ml.html
Source file mosaic_ui.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29(* Mosaic-next UI: Node, Widget catalogue, Renderer, Event, and built-in widgets. *) module Event = Event module Selection = Selection module Renderer = Renderer module Renderable = Renderable module Box = Box module Text_buffer = Text_buffer module Text_surface = Text_surface module Text = Text module Slider = Slider module Edit_buffer = Edit_buffer module Text_input = Text_input module Canvas = Canvas module Select = Select module Tab_select = Tab_select module Markdown = Markdown module Spinner = Spinner module Progress_bar = Progress_bar module Textarea = Textarea module Scroll_bar = Scroll_bar module Scroll_box = Scroll_box module Table = Table module Tree = Tree module Code = Code module Line_number = Line_number module Syntax_theme = Syntax_theme module Vnode = Vnode
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>