# liveview_continuity v0.10.0 - Table of Contents

> Contract-backed, patch-safe interaction primitives for Phoenix LiveView.

## Pages

- [LiveView Continuity](readme.md)
- [Menu interaction contract](menu.md)
- [Tabs interaction contract](tabs.md)
- [Dialog interaction contract](dialog.md)
- [Tooltip contract](tooltip.md)
- [Application integration](application_integration.md)
- [Accordion](accordion.md)
- [Disclosure interaction contract](disclosure.md)
- [Popover interaction contract](popover.md)
- [Radio Group contract](radio_group.md)
- [Switch contract](switch.md)
- [Checkbox contract](checkbox.md)
- [Select contract](select.md)
- [Changelog](changelog.md)

## Modules

- [ContinuityFixtureWeb.CheckboxComponent](ContinuityFixtureWeb.CheckboxComponent.md)
- [ContinuityFixtureWeb.Endpoint](ContinuityFixtureWeb.Endpoint.md)
- [ContinuityFixtureWeb.Layout](ContinuityFixtureWeb.Layout.md)
- [ContinuityFixtureWeb.MenuLive](ContinuityFixtureWeb.MenuLive.md)
- [ContinuityFixtureWeb.OwnerTargetsComponent](ContinuityFixtureWeb.OwnerTargetsComponent.md)
- [ContinuityFixtureWeb.Router](ContinuityFixtureWeb.Router.md)
- [ContinuityFixtureWeb.SelectComponent](ContinuityFixtureWeb.SelectComponent.md)
- [LiveViewContinuity](LiveViewContinuity.md): Contract-backed, patch-safe interaction primitives for Phoenix LiveView.

- [LiveViewContinuity.Accordion](LiveViewContinuity.Accordion.md): An unstyled accordion with server-authoritative values and immediate, patch-safe disclosure state.
- [LiveViewContinuity.Checkbox](LiveViewContinuity.Checkbox.md): An unstyled native checkbox with server-authoritative checked state and patch-safe optimistic interaction.
- [LiveViewContinuity.Dialog](LiveViewContinuity.Dialog.md): A native modal dialog with server-owned intent and patch-safe browser state.
- [LiveViewContinuity.Disclosure](LiveViewContinuity.Disclosure.md): An unstyled standalone disclosure with browser-owned, patch-safe expanded state.
- [LiveViewContinuity.Menu](LiveViewContinuity.Menu.md): An unstyled action and navigation menu with patch-safe client interaction state.
- [LiveViewContinuity.Popover](LiveViewContinuity.Popover.md): An unstyled native auto popover with patch-safe browser-owned open state.
- [LiveViewContinuity.RadioGroup](LiveViewContinuity.RadioGroup.md): An unstyled native radio group with server-authoritative value and patch-safe optimistic selection.
- [LiveViewContinuity.Select](LiveViewContinuity.Select.md): An unstyled custom single select with a native form bridge. See `SELECT.md`.
- [LiveViewContinuity.Switch](LiveViewContinuity.Switch.md): An unstyled native switch with server-authoritative checked state and patch-safe optimistic interaction.
- [LiveViewContinuity.Tabs](LiveViewContinuity.Tabs.md): Horizontal, manual-activation tabs with patch-safe browser focus.
- [LiveViewContinuity.Tooltip](LiveViewContinuity.Tooltip.md): An unstyled, descriptive tooltip with patch-safe browser interaction state.

