Input

Single-line text input.

import { Input } from "@ps1ui/core";

Basic

<Input placeholder="~/projects" />

Disabled

<Input placeholder="~/projects" disabled />

With a label

<Label htmlFor="hostname">Hostname</Label>
<Input id="hostname" placeholder="localhost" />

Props

All native <input> attributes are also accepted.