README.md

# Corex

![Hex.pm License](https://img.shields.io/hexpm/l/corex)
![Hex.pm Version](https://img.shields.io/hexpm/v/corex)
[![Coverage Status](https://coveralls.io/repos/github/corex-ui/corex/badge.svg?branch=corex-install)](https://coveralls.io/github/corex-ui/corex?branch=corex-install)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/corex-ui/corex/elixir.yml)
![GitHub branch check runs](https://img.shields.io/github/check-runs/corex-ui/corex/main)

**Accessible Phoenix LiveView components** with a real imperative and event API, built on [Zag.js](https://zagjs.com).

Corex is in **beta**. Track changes and report issues on [GitHub](https://github.com/corex-ui/corex).

## Documentation

Full narrative (new app, first component, optional design, next steps) lives in **[Installation](https://hexdocs.pm/corex/installation.html)** on Hexdocs.

| Topic | Hexdocs |
| ----- | ------- |
| Add to an existing Phoenix app | [Manual installation](https://hexdocs.pm/corex/manual_installation.html) |
| Control components from LiveView or JS | [API](https://hexdocs.pm/corex/api.html) |
| Events, `on_*`, and hook responses | [Events](https://hexdocs.pm/corex/events.html) |
| Tableau static sites | [Tableau](https://hexdocs.pm/corex/tableau.html) · templates [Soonex](https://github.com/corex-ui/soonex), [Soonex i18n](https://github.com/corex-ui/soonex_i18n) · [Theming](https://hexdocs.pm/corex/tableau_theming.html), [Mode](https://hexdocs.pm/corex/tableau_mode.html), [Localize](https://hexdocs.pm/corex/tableau_localize.html) |
| MCP for editors | [MCP](https://hexdocs.pm/corex/mcp.html) |

Generated API reference: run `MIX_ENV=docs mix docs` locally or browse [hexdocs.pm/corex](https://hexdocs.pm/corex).