@remirror/extension-text-color
v3.0.1
Published
Wraps text with a styled span using the color css property. The name of the wrapper tag should be configurable.
Downloads
137,367
Readme
@remirror/extension-text-color
Wraps text with a styled span using the color css property. The name of the wrapper tag should be configurable.
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();