Appearance
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">
<Input>Demo Content</Input>
</div>
)
}Details
Designed for performance and accessibility. Custom templates can be updated live via the CLI.