These examples demonstrate how to use SquibView in your projects.
This example demonstrates how to create a basic SquibView Live Editor using ESM module import
View Example ESMThis example demonstrates how to create a basic SquibView Live Editor using UMD script tags
View Example UMDThis example demonstrates how to create a basic SquibView Live Editor using UMD script but with dependancies bundled in to SquibView
View Example Standalone Bundle (UMD)This example demonstrates how to render a CSV table with SquibView. Note that comma, space, tab, and semicolon separators are supported ("csv", "ssv", "tsv", "semisv" types)
View Example CSV ExampleThis example demonstrates how to extend SquibView with custom renderers and operations using the new plugin architecture.
View Plugin System ExampleThis example demonstrates the new bidirectional editing feature, which allows you to edit content in both the source and rendered views.
View Bidirectional Editing Example