add content

This commit is contained in:
Hans Pagel
2020-11-06 16:06:36 +01:00
parent 944d5e7039
commit 1bed23484d
8 changed files with 39 additions and 7 deletions

View File

@@ -1,11 +1,12 @@
# Text Style
This mark renders a `<span>` HTML tag and enables you to add a list of styling related attributes, for example font-family, font-size, or font-color. The extension doesnt add any styling attribute by default, but other extensions use it as the foundation, for example `FontFamily`.
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-text-style
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-text-style
```