1.5.0 • Published 5 years ago

@tracoco/slate-icon-table v1.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@tracoco/slate-icon-table

npm version

Icon

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

Props

Plugin

import { TablePlugin } from "@tracoco/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