# @canner/slate-icon-blockquote

> A slate icon for blockquote

Latest version **1.5.0** (published 2018-09-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @canner/slate-icon-blockquote
pnpm add @canner/slate-icon-blockquote
yarn add @canner/slate-icon-blockquote
bun add @canner/slate-icon-blockquote
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.5.0 |
| Published | 2018-09-07 |
| First published | 2018-03-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 83.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | abz53378, chilijung, wwwy3y3 |

## Links

- npm: https://www.npmjs.com/package/@canner/slate-icon-blockquote
- npm.io page: https://npm.io/package/@canner/slate-icon-blockquote

## Dependencies (6)

- [is-hotkey](https://npm.io/package/is-hotkey.md) ^0.1.2
- [lodash.omit](https://npm.io/package/lodash.omit.md) ^4.5.0
- [slate-edit-blockquote](https://npm.io/package/slate-edit-blockquote.md) 0.5.0
- [@canner/slate-icon-shared](https://npm.io/package/@canner/slate-icon-shared.md) ^1.5.0
- [@canner/slate-editor-renderer](https://npm.io/package/@canner/slate-editor-renderer.md) ^1.5.0
- [@canner/slate-helper-block-quote](https://npm.io/package/@canner/slate-helper-block-quote.md) ^1.5.0

## Recent versions

- 1.5.0 (latest) — 2018-09-07
- 1.4.4 — 2018-09-06
- 1.4.3 — 2018-09-06
- 1.4.3-alpha.0 — 2018-09-06
- 1.3.0 — 2018-07-12
- 1.2.9 — 2018-05-15
- 1.2.8 — 2018-04-19
- 1.2.7 — 2018-04-18
- 1.2.6 — 2018-04-18
- 1.2.5 — 2018-04-16
- 1.2.3 — 2018-04-16
- 1.2.1 — 2018-04-12
- 1.1.1 — 2018-04-10
- 1.1.0 — 2018-04-03
- 1.0.7 — 2018-03-31
- … 4 more at https://npm.io/package/@canner/slate-icon-blockquote/versions

## README

# @canner/slate-icon-blockquote

[![npm version](https://badge.fury.io/js/%40canner%2Fslate-icon-blockquote.svg)](https://badge.fury.io/js/%40canner%2Fslate-icon-blockquote)

## Icon

```js
import Blockquote from "@canner/slate-icon-blockquote";
```

## Plugin

Please install https://github.com/GitbookIO/slate-edit-blockquote

```js
import { DEFAULT as DEFAULTBLOCKQUOTE } from "@canner/slate-helper-block-quote";
import EditBlockquote from "slate-edit-blockquote";

// plugin
EditBlockquote(DEFAULTBLOCKQUOTE);
```

Also add `BlockquotePlugin`

```js
import { BlockquotePlugin } from "@canner/slate-icon-blockquote";

BlockquotePlugin(options);
```

#### Hot key

<kbd>Ctrl</kbd>+<kbd>opt</kbd>+<kbd>q</kbd>

---
_Source: https://npm.io/package/@canner/slate-icon-blockquote · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
