0.1.9 • Published 5 years ago

ahadoo-category v0.1.9

Weekly downloads
30
License
-
Repository
-
Last release
5 years ago

ahadoo-category

Installation

npm install ahadoo-category --save

Usage

import Vue
import faIconsModal from 'ahadoo-category'
Vue.use(faIconsModal)


// and somewhere in your template
// selectedFontAwesomeIcon must be present on your instance through data property 

    <v-app>
        <v-layout justify-center>
            <v-btn color="blue white--text" @click="isOpen = true">Open Dialog</v-btn>
        </v-layout>
        <fa-icons-modal
            :open="isOpen"
            @close-modal="isOpen = false"
            @icon-selected="selectedFontAwesomeIcon = $event.icon" />
    </v-app>


// your data script section should include sth like this
  data: () => ({
    selectedFontAwesomeIcon: '',
    isOpen: false
  })
0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago