0.1.1 • Published 6 years ago

edc-bar v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

edc-bar

A Vue component that shows a horizontal bar like hr tag.

Installation

npm i --save-dev edc-bar

Browser

Include the script file, then install the component with Vue.use(EdcBar); e.g.:

<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/vue-clock-simple/dist/vue-clock.min.js"></script>
<script type="text/javascript">
  Vue.use(VueClock);
</script>

Module

import EdcBar from 'edc-bar';

Usage

Once installed, it can be used in a template as simply as:

<edc-bar />