Skip to content

InputProps

Defined in: packages/ui-core/src/components/input.tsx:5

  • Omit<React.InputHTMLAttributes<HTMLInputElement>, "size">

optional leadingIcon?: ReactNode

Defined in: packages/ui-core/src/components/input.tsx:8

前置图标槽位(传 组件)


optional trailingIcon?: ReactNode

Defined in: packages/ui-core/src/components/input.tsx:10

后置图标槽位


optional size?: InputSize

Defined in: packages/ui-core/src/components/input.tsx:12

控件高度变体,消费 –lokvis-control-h-{sm,lg} token(默认 md)