@ventralnet/v-hide
## Overview v-hide is a Vue.js 2 and 3 directive that allows for conditional rendering maintaining rendered layout space in the DOM. Simply put... v-hide will add `visibility: hidden;` or `visibility: visible` styles based on a boolean vue expression