Add doc to script file

This commit is contained in:
2025-11-27 20:09:58 +00:00
parent 312bb911bc
commit 032b966a9d
18 changed files with 189 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
/**
* Custom Form Component: Numeric Input with Controls
*
* A numeric input field with increment/decrement buttons, validation,
* and error display. Built on top of shadcn/ui components.
*
* @author Andreas Weyer
* @license MIT
*/
import * as React from "react"
import { Minus, Plus, X } from "lucide-react"
import { Button } from "./button"