Skip to content

Instantly share code, notes, and snippets.

View Matheus8174's full-sized avatar

Matheus Araújo Matheus8174

View GitHub Profile
@Sutil
Sutil / form.tsx
Last active June 5, 2025 09:50
Shandcn UI Money Mask Input - NextJS.
"use client";
import { zodResolver } from "@hookform/resolvers/zod";
import { useForm } from "react-hook-form";
import MoneyInput from "src/components/custom/money-input";
import { Button } from "src/components/ui/button";
import { Form } from "src/components/ui/form";
import * as z from "zod";
const schema = z.object({