@canner/slate-icon-strikethrough

A slate icon for strikethrough

Usage no npm install needed!

<script type="module">
  import cannerSlateIconStrikethrough from 'https://cdn.skypack.dev/@canner/slate-icon-strikethrough';
</script>

README

@canner/slate-icon-strikethrough

npm version

Icon

import Strikethrough from "@canner/slate-icon-strikethrough";

Props

  • type: Mark type name. Default: STRIKETHROUGH

Plugin

import { StrikeThroughPlugin } from "@canner/slate-icon-strikethrough";

// this will add render method for this mark, and also support hot key for strikethrough.
const plugins = [StrikeThroughPlugin(options)];

Hot key

Ctrl+Opt+d

Options

  • type: Mark type name. Default: STRIKETHROUGH
  • tagName: Rendered tagName in this plugin. Default <s/>