@cityofphiladelphia/phila-vue-comps

A library of vue components for js apps

Usage no npm install needed!

<script type="module">
  import cityofphiladelphiaPhilaVueComps from 'https://cdn.skypack.dev/@cityofphiladelphia/phila-vue-comps';
</script>

README

phila-vue-comps

phila-vue-comps is a library of Vue components that can be used in apps which use Vue.js and Vuex. It includes many data-presentation components such as Vertical Tables or Horizontal Tables, etc.

To Include The Components In Your App

  • in a bundled app, use npm:

    npm install phila-vue-comps

  • in an html file, use the CDN:

    <script src="//unpkg.com/@cityofphiladelphia/phila-vue-comps@0.0.9/dist/phila-vue-comps.js"></script>

Examples

Badge-Custom

Horizontal Table

Usage

Check out the wiki for usage documentation.