osiris

A Vue.js 2.0 universal responsive UI component library.

To get started with Osiris UI is pretty simple, the only dependency is vue, we always recommend use in the newest version possible.

Installation

There are many ways on how to use Osiris UI, follow those who better fits your need's.

CDN

  <!-- Before your </head> -->
  <link src="//unpkg.com/@osiris-ui/style" rel="stylesheet">

  <!-- After your Vue.js importation -->
  <script src="//unpkg.com/@osiris-ui/osiris"></script>

GitHub