# FrontmatterEditor

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `yaml` | `string` | ✓ | - |
| `onChange` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_FrontmatterEditor_3f108175["FrontmatterEditor"]
    class component_FrontmatterEditor_3f108175 rootComponent
```

## Relationships

- RENDERS → `Dialog-Root`
- RENDERS → `Dialog-Portal`
- RENDERS → `Dialog-Overlay`
- RENDERS → `Dialog-Content`
- RENDERS → `Dialog-Title`
- RENDERS → `TableInput`
- RENDERS → `Dialog-Close`
- USES_HOOK → `useCellValues`
- USES_HOOK → `useTranslation`
- USES_HOOK → `usePublisher`
- USES_HOOK → `useMemo`
- USES_HOOK → `useForm`
- USES_HOOK → `useFieldArray`
- USES_HOOK → `useCallback`
