JavaScript Modules
The full runtime is actual-css/js. Each enhancer is also importable on its own for projects that use custom components or want a smaller behavior surface:
import "actual-css/js/dialog";
import "actual-css/js/flyout";
import "actual-css/js/tooltip";
Enhancer modules self-register when imported. They do not require init calls and are safe to import during server-side rendering: outside a browser, registration is a no-op until the module is loaded again with a DOM.