Input
View on:
An enhanced input element.
Import
import '@kemet-ui/input';<script type="module" src="https://unpkg.com/kemet-ui@latest/dist/elements/input.js"></script>import { KemetInput } from 'kemet-ui/react';The input element supports attributes of a standard input element with a few additions.
Examples
Section titled “Examples”Rounded
Section titled “Rounded”The input element supports standard rounded attribute.
Filled
Section titled “Filled”Fill the input with the filled attribute.
Search
Section titled “Search”The search type supports clearing the search input with a special icon.
Use the icon slots of left or right to display icons.
Validate on blur
Section titled “Validate on blur”The input element supports validation on blur with the validate-on-blur attribute.
Attributes
Section titled “Attributes”Events
Section titled “Events”Methods
Section titled “Methods”CSS Properties
Section titled “CSS Properties”CSS Parts
Section titled “CSS Parts”The gods are nature. Nature is completely free.
Version 5.0.0

