# PropertyPopover

**Kind:** Component

**Source:** [`atloria-monorepo/packages/editor/src/plugins/core/PropertyPopover.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/core/PropertyPopover.tsx#L16)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `title` | `any` | ✓ | - |
| `properties` | `any` | ✓ | - |
| `onChange` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_PropertyPopover_7bdce1ea["PropertyPopover"]
    class component_PropertyPopover_7bdce1ea rootComponent
```

## Relationships

- RENDERS → `RadixPopover-Root`
- RENDERS → `RadixPopover-Trigger`
- RENDERS → `PopoverPortal`
- RENDERS → `PopoverContent`
- USES_HOOK → `useState`
- USES_HOOK → `useCellValue`
- USES_HOOK → `useForm`
