package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Freeze.width/height looks at the size of the node when it enters the dom, discovers its calculated width/height, and then sets it explicitly (in px). This prevents the browser layout from messing with a size that we want to be controlled by the user.

module Expert : sig ... end