User Guide
Practical guides for building applications with the IC framework. Start with reactivity to understand how components communicate, and then move on to styling, effects and other advanced topics.
Reactivity
Learn what reactive properties, methods and events are; and how they play together with the fronted. This is important when building your apps and setting listeners.
Start here →Styling
Instance CSS, convenience methods, animations, global styles, theming, and browser compatibility.
Read article →Keyboard Shortcuts
Register hotkeys on any component, manage bindings, and control their default behavior.
Read article →JS Effects
Skip Matlab listeners, bind components together with reactive expressions that run on the frontend.
Read article →Developer Tools
Inspect in detail a component. See their properties, call methods, and view their DOM structure in a controlled environment.
Read article →Reporting Bugs
Enable debug logging, filter and export logs, and file useful bug reports.
Read article →