# MermaidPreview

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `code` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_MermaidPreview_7553a5a5["MermaidPreview"]
    class component_MermaidPreview_7553a5a5 rootComponent
```

## Relationships

- USES_HOOK → `useRef`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
