npm.io
0.1.16 • Published 6 years ago

@bldr/vue-components-collection

Licence
Version
0.1.16
Deps
4
Size
6 kB
Vulns
1
Weekly
0

npm Build Status GitHub repo size

@bldr/vue-components-collection

This package provides some SFC vue components to be used by various BALDR Vue apps.

Components

  • DynamicSelect
  • MaterialIcon
import { MaterialIcon } from '@bldr/vue-components-collection'

export default {
  name: 'MyApp',
  components: {
    MaterialIcon
  }
}