React
Compound field with label, description, error message, affixes, controlled value, and asChild input slot.

Component
Single-line text input used inside a TextField wrapper.
설명을 써주세요
글 제목 또는 내용으로 검색할 수 있습니다.
직접 측정 후 입력해주세요.
오류가 발생한 이유를 써주세요
import { TextField, TextFieldInput } from "@hozorica/hods-react/text-field";import { TextField, TextFieldInput } from "@hozorica/hods-react-native/text-field";ReactNodeOptional visible field label.ReactNodeHelper text below the input.ReactNodeError text below the input.ReactNodeText affixes rendered inside the field chrome.ReactNodeIcon affixes rendered inside the field chrome.outline | underlineField chrome style. Defaults to outline.medium | largeField height density.booleanState flags passed to the input.stringControlled and uncontrolled field value.numberLimits and counts user-perceived characters.(details) => voidReceives value, graphemes, slicedValue, and slicedGraphemes.booleanTextFieldInput web-only custom input composition.Compound field with label, description, error message, affixes, controlled value, and asChild input slot.
TextInput-based field with matching label, helper/error text, affixes, and grapheme count concepts.
<TextField label="라벨"><TextFieldInput placeholder="플레이스홀더" /></TextField>