@canner/slate-icon-table

A slate icon for table

Usage no npm install needed!

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

README

@canner/slate-icon-table

npm version

Icon

import Table from "@canner/slate-icon-table";

Props

Plugin

import { TablePlugin } from "@canner/slate-icon-table";

// this will add render method for table
const plugins = [TablePlugin(options)];

Options

  • typeTable: Table type name. Default: table
  • typeRow: Table row type name. Default: table_row
  • typeCell: Table cell type name. Default: table_cell