@canner/slate-icon-code

A slate icon for code

Usage no npm install needed!

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

README

@canner/slate-icon-code

npm version

Icon

import Code from "@canner/slate-icon-code";

Props

  • type: Mark type name. Default: CODE

Plugin

import { CodePlugin } from "@canner/slate-icon-code";

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

Hot key

CMD+`

Options

  • type: Mark type name. Default: CODE
  • tagName: Rendered tagName in this plugin. Default <code/>