Documentation
Components
Input

Input

The Input component inherits from the HTML input element and can be combined with Kuma UI's style properties for extensive customization.

Import

import { Input } from "@kuma-ui/core";

Usage

const InputExample = () => {
  return (
    <Input placeholder="Enter some text" />
  );
};

Props

Input accepts all the same props as a standard HTML input (opens in a new tab) element.