# FormatButton

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `format` | `any` | ✓ | - |
| `addTitle` | `any` | ✓ | - |
| `removeTitle` | `any` | ✓ | - |
| `icon` | `any` | ✓ | - |
| `formatName` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_FormatButton_47bb73da["FormatButton"]
    class component_FormatButton_47bb73da rootComponent
```

## Relationships

- RENDERS → `ToggleSingleGroupWithItem`
- USES_HOOK → `useCellValues`
- USES_HOOK → `usePublisher`

## Referenced By

- `BoldItalicUnderlineToggles` (RENDERS)
- `StrikeThroughSupSubToggles` (RENDERS)
