1.1.0 • Published 5 months ago

vue-x-ruler v1.1.0

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

A ruler component for vue 2.x

install

   npm i vue-x-ruler

Usage

<template>
  <div id="app">
    <vue-x-ruler>
      Any text or component here
    </vue-x-ruler>
  </div>
</template>

<script>
import Vue from 'vue';
import VueXRuler from 'vue-x-ruler';
import 'vue-x-ruler/lib/vue-x-ruler.css';
Vue.use(VueXRuler);
export default {
  name: 'App',
  components: {},
};
</script>

<style>
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 60px;
}
</style>

screenshot

screenshot

1.1.0

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.6

5 months ago

1.0.4

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago