Input

Input de texto com label, helper, error e ícones leading/trailing.

Estados

Usaremos pra notificar atualizações
Senha precisa ter pelo menos 8 caracteres

Com ícones

Sem label (inline em forms)

Uso

Básico

import { Input } from "@impactxlab/ds-education"

Com helper + erro



Com ícones + onChange

import { Search } from "lucide-react"

}
  onChange={(e) => setQuery(e.target.value)}
/>