Input

input
Import
import { Input } from '@kubed/components;'
Source
View source code
Docs
Edit this page
npm
@kubed/components

When To Use

A user input in a form field is needed.

A search input is required.

Basic Usage

Basic usage example.Width can be set to input.

Size

Use the size prop to change the size of the button.You can set the value to xs, sm, md, lg or xl.

Example of creating a search box by grouping a standard input with a search button.

Disabled Status

ReadOnly status

prefix and suffix

Using pre & post tabs example.