Skip to content

Input

Use the Input component in SCION GRID HUD v18.5 interfaces.

Example

tsx
import { Input } from "@/components/ui/input"

export default function Demo() {
  return (
    <div className="p-4 border rounded-lg">
      &lt;Input&gt;Demo Content&lt;/Input&gt;
    </div>
  )
}

Details

Designed for performance and accessibility. Custom templates can be updated live via the CLI.