mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Add TextBuffer component
This commit is contained in:
parent
a5c6205bc0
commit
95c8ae8780
3 changed files with 91 additions and 20 deletions
8
src/components/player/InputBox.js
Normal file
8
src/components/player/InputBox.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { h } from 'preact'
|
||||
// import { useState, useEffect } from 'preact/hooks'
|
||||
|
||||
export default function ({ currentWindow, inputType, sendMessage }) {
|
||||
return (
|
||||
<div>InputBox</div>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue