@glyphs/vue-brands

0.0.8 • Public • Published
npm i @glyphs/vue-brands
<template>
  <div id="app">
    <BrandsFigma variant="color" size="200"></BrandsFigma>
  </div>
</template>

<script>
import { BrandsFigma } from '@glyphs/vue-brands'

export default {
  name: 'App',
  components: {
    BrandsFigma
  }
}
</script>
import Vue from 'vue'
import App from './App'
import Brands from '@glyphs/vue-brands'

Vue.use(Brands)

new Vue({
  el: '#app',
  render: h => h(App),
})

Keywords

none

Install

npm i @glyphs/vue-brands

DownloadsWeekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

3.52 MB

Total Files

170

Last publish

Collaborators

  • gorango