# Show and Hide Password

You can add button to show or hide password for better user experience.

<template>
  <VBInput
    :type="'password'"
    :hasButton="true"
  />
</template>

TIP

Password input has an icon by default. You can customize by changing background-image in CSS.