generated from lucien/actix-react-template
Chaos Commit
This commit is contained in:
parent
525ce0515c
commit
e1bcb4b022
4 changed files with 107 additions and 0 deletions
10
front/src/components/chaos/MonInput.tsx
Normal file
10
front/src/components/chaos/MonInput.tsx
Normal file
|
@ -0,0 +1,10 @@
|
|||
//import { useState } from "react";
|
||||
|
||||
export default function MonInput({text, new_focus}) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<input readOnly value={text} onFocus={new_focus}></input>
|
||||
</div>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue