mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
Fix Multi-Step-Wizard
Implement generic Wizard component for future use in Gameyfin
This commit is contained in:
@@ -30,21 +30,4 @@ const Input = ({label, ...props}) => {
|
||||
);
|
||||
}
|
||||
|
||||
export default Input;
|
||||
/*
|
||||
<Input
|
||||
onChange={(event) => {
|
||||
setUsername(event.target.value);
|
||||
}}
|
||||
id="username"
|
||||
type="text"
|
||||
autoComplete="username"
|
||||
placeholder=""
|
||||
size="lg"
|
||||
className=" !border-t-blue-gray-200 focus:!border-t-gray-900"
|
||||
labelProps={{
|
||||
className: "before:content-none after:content-none",
|
||||
}}
|
||||
crossOrigin="" //TODO: see https://github.com/creativetimofficial/material-tailwind/issues/427
|
||||
/>
|
||||
*/
|
||||
export default Input;
|
||||
Reference in New Issue
Block a user