Drawers

This provides a handy way for displaying a drawer on the right hand side. It accepts a slot, so you can fill it with whatever content you wish.

Some content
<drawer title="Open drawer">
   <div class="p-3">
      Some content
   </div>
</drawer>

Note this requires javascript, Vue 2.0