mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Add GridBuffer component
This commit is contained in:
parent
4747a3396c
commit
752cb60b56
6 changed files with 75 additions and 10 deletions
|
|
@ -7,6 +7,7 @@ export default function ({ style, text }) {
|
|||
</span>)
|
||||
|
||||
return ({
|
||||
grid: (<div>{text} </div>),
|
||||
input: (<span class='message input'>> {text}</span>),
|
||||
subheader: (<strong>{text}</strong>),
|
||||
emphasized: (<em>{text}</em>),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue