A simple example using SquibView as an ES module.
A simple example using SquibView as a UMD module.
A simple example using the standalone ESM build of SquibView, loaded via ES modules.
A simple example using the standalone UMD build of SquibView, loaded via script tags.
Advanced example using the lean ESM build with external dependencies for smaller bundle size.
An example demonstrating CSV table rendering with SquibView. Supports comma, space, tab, and semicolon separators.
A more complex example using the React wrapper for SquibView, demonstrating state management and custom controls.
An example using the Vue wrapper for SquibView, demonstrating reactive state management and component integration.
Demonstrates the SquibView selection API for getting, replacing, and managing text selections.
Compare inline diff view (blue additions, red deletions) with traditional side-by-side diff display.
Real-time cumulative diff view that updates automatically as you edit content.