/VueCommon

Some really helpful UI components for your VueJS project

Primary LanguageVueMIT LicenseMIT

VueCommon

VueCommon is a collection of really helpful single file Vue Components.

$ npm install @thomaswilliammcclean/vuecommon --save

<script>
  import "@thomaswilliammcclean/vuecommon";
</script>

Included Components

Overlay

A simple overlay which allows you to render content over an image, or to cover parts of the page with a glass effect.

<overlay>
  <p>This content goes inside the overlay.</p>
</overlay>