Add GridBuffer component

This commit is contained in:
He4eT 2021-07-19 14:39:17 +05:00 committed by Alexey
commit 752cb60b56
6 changed files with 75 additions and 10 deletions

View file

@ -7,6 +7,7 @@ export default function ({ style, text }) {
</span>)
return ({
grid: (<div>{text}&nbsp;</div>),
input: (<span class='message input'>&gt; {text}</span>),
subheader: (<strong>{text}</strong>),
emphasized: (<em>{text}</em>),