2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/packages/bbob-react
2018-08-10 09:41:34 +02:00
..
2018-08-09 11:14:46 +02:00
2018-07-08 13:30:13 +02:00
2018-06-12 20:08:15 +02:00
2018-06-12 20:08:15 +02:00
2018-08-09 02:46:35 +02:00
2018-08-09 02:46:35 +02:00

@bbob/react

import BBCode from '@bbob/react';
import presetHTML5 from '@bbob/react/lib/preset-html5';

const plugins = [presetHTML5()];

<BBCode plugins={plugins}>
[table]
  [tr]
  [td]table 1[/td]
  [td]table 2[/td]
  [/tr]
  [tr]
  [td]table 3[/td]
  [td]table 4[/td]
  [/tr]
[/table]
</BBCode>