Input

Displays a form input field or a component that looks like an input field.

Code
import { Input } from "https://deno.land/x/testing_shadcn_ui_for_deno@0.1.2/components/input.tsx" export function InputDemo() { return (<Input type="email" placeholder="Email" class="w-90% max-w-450px" />) }