This component has dependencies. Read the below section for more information.

Dependency

This component depends on Vue, Sortable and Vue-Draggable. Be sure to include them on your page.

<script src="https://cdn.jsdelivr.net/npm/vue@2.5.17/dist/vue.js">
<script src="https://cdn.jsdelivr.net/npm/sortablejs@1.7.0/Sortable.min.js">
<script src="https://cdnjs.cloudflare.com/ajax/libs/Vue.Draggable/15.0.0/vuedraggable.js">

Basic #

This is the most basic usage of RegateKeyword.

Regate.RegateKeyword.init({
  id: 'basic-example',
  name: 'Total',
})

Value #

Regate.RegateKeyword.init({
  id: 'value-example',
  name: 'Keywords',
  keywords: ['apple', 'banana', 'orange'],
})