arrange

for App style vue/css library.

Usage no npm install needed!

<script type="module">
  import arrange from 'https://cdn.skypack.dev/arrange';
</script>

README

Arrange

for App style vue/css library.

Sample

Install

npm install arrange --save

Usage

ES6 with Vue

import Vue from "vue"
import Arrange from "arrange"

require("arrange/dist/arrange.css") // for styling :-)

Vue.use(Arrange)

Globals with Vue

<html>
<head>
  ...
  <link rel="stylesheet" href="https://unpkg.com/arrange@0.1.0-beta4/dist/arrange.css" />
</head>
<body>
  <div id="app">
    <ArrangeView>
        ...
    </ArrangeView>
  </div>
  <script src="https://cdn.jsdelivr.net/npm/vue"></script>
  <script src="https://unpkg.com/arrange@0.1.0-beta4/dist/arrange.js"></script>
  <script>
    new Vue({
      el: '#app'
    })
  </script>
</body>
</html>

Dependencies

Styling Guide

Ref.