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

API Components

useLineHeightDropdownMenu