Skip to content

Instantly share code, notes, and snippets.

View DevPres's full-sized avatar
🤠
Grinding Hard

Dario DevPres

🤠
Grinding Hard
View GitHub Profile
@DevPres
DevPres / qwik-input.tsx
Last active February 4, 2023 16:31
Qwik- Input with setValue
interface IProps {
value: string,
setValue: QRL<(value: any) => void>
}
export default component$((props: IProps) => {
return (
<form>