# @adobe/data-lit

Lit bindings for [@adobe/data](https://www.npmjs.com/package/@adobe/data) — hooks, elements, and decorators for building reactive UIs with the @adobe/data ECS database and observables.

## Install

```bash
pnpm add @adobe/data @adobe/data-lit lit
```

## Usage

```typescript
import { ApplicationHost, DatabaseElement } from "@adobe/data-lit";
import { createDatabase } from "@adobe/data/ecs";
```

See the `data-lit-todo` sample in this repository for a full example.
