Xing Input

Simple input with customizations

Rendered
Default.vue
Rendered
Customization.vue
Ctrl K
CtrlK
npm
pnpm
bun
npx nidexingg-ui add input

🦄 Features

  • Utilizes $attrs from @vueuse/core to provide full functionality of the original input.
  • Offers modernized customization options.
  • Incorporates XingIcon and XingKbd.

🧑‍🏫 Usage Guide

Props

typestring
text
Specifies the type of the input field.
placeholderstring
Enter something...
Adds a placeholder to the input field.
left-iconstring
undefined
Adds a custom icon to the left side of the input field.
right-iconstring
undefined
Adds a custom icon to the right side of the input field.
kbdstring
undefined
Adds a kbd value to the right side of the input field.

🧑‍💻 Maintainers and Credits