# combo_inertia v2.0.0 - Table of Contents Provides Inertia integration for Combo. ## Pages - [Combo.Inertia](readme.md) - [User Guide](user_guide.md) - [Changelog](changelog.md) - [LICENSE](license.md) ## Modules - [Combo.Inertia](Combo.Inertia.md): Provides Inertia integration for Combo. - [Combo.Inertia.Conn](Combo.Inertia.Conn.md): `%Plug.Conn{}` helpers for rendering Inertia responses. - [Combo.Inertia.Errors](Combo.Inertia.Errors.md): Converts a value to Inertia-compatible [validation errors](https://inertiajs.com/validation). - [Combo.Inertia.HTML](Combo.Inertia.HTML.md): The HTML components and helpers for building Inertia views. - [Combo.Inertia.Plug](Combo.Inertia.Plug.md): The plug for detecting Inertia requests and preparing the connection accordingly. - [Combo.Inertia.SSR](Combo.Inertia.SSR.md): The supervisor that provides SSR support for Inertia views. - [Combo.Inertia.ScrollMetadata](Combo.Inertia.ScrollMetadata.md): Protocol for extracting scroll metadata from paginated data structures. - [Combo.Inertia.Testing](Combo.Inertia.Testing.md): Helpers for testing Inertia responses. - Exceptions - [Combo.Inertia.SSR.RenderError](Combo.Inertia.SSR.RenderError.md)