npm.io
3.0.2 • Published 1 year ago

@remirror/extension-text-color

Licence
MIT
Version
3.0.2
Deps
5
Size
110 kB
Vulns
0
Weekly
64.8K
Stars
3.0K

@remirror/extension-text-color

Wraps text with a styled span using the color css property. The name of the wrapper tag should be configurable.

Version Weekly Downloads Bundled size Typed Codebase MIT License

Installation

# yarn
yarn add @remirror/extension-text-color

# pnpm
pnpm add @remirror/extension-text-color

# npm
npm install @remirror/extension-text-color

Usage

The following code creates an instance of this extension.

import { TextColorExtension } from '@remirror/extension-text-color';

const extension = new TextColorExtension();

Keywords