Add doc to script file
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user