Input
Themed text input with type variants, invalid and disabled state, and Angular forms support.
Import
#importAdd the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.
import { KjInputComponent } from '@kouji-ui/components';Playground
#playgroundtype
variant
<kj-input
type="text"
variant="default"
placeholder="you@example.com"
/>