0.1.1 • Published 5 years ago

@thomaswilliammcclean/vuecommon v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

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>
0.1.1

5 years ago

0.1.0

5 years ago