Docs
Line Height

Line Height

Adjust the height between lines of text.

Line Height

Control the line height of your text to improve readability and adjust the spacing between lines.
Choose the ideal line height to ensure comfortable reading and an aesthetically pleasing document.

Features

  • Set line height for selected blocks.

Installation

npm install @udecode/plate-line-height

Usage

import { createLineHeightPlugin } from '@udecode/plate-line-height';
 
const plugins = [
  // ...otherPlugins,
  createLineHeightPlugin(createLineHeightPlugin),
];

API

createLineHeightPlugin

setLineHeight

Sets the line height for selected nodes in the editor.

Parameters

Collapse all

    The editor instance.

    The options for setting the line height.

API Components

useLineHeightDropdownMenu

The behavior hook for the line height dropdown menu.

State

Collapse all

    The line height value.

Returns

Collapse all

    The props for the radio group.