npm.io
1.1.2 • Published 5 years ago

@croud-ui/vue-avatar

Licence
MIT
Version
1.1.2
Deps
1
Size
6 kB
Vulns
0
Weekly
0

@croud-ui/vue-avatar

The avatar component is used to visually represent entities on our platform.

Install

To use this component in your vue app, install the component via the npm registery:

yarn add @croud-ui/vue-avatar

Usage

Import this component into the component file where you want to render it and register the component:

import Avatar from "@croud-ui/vue-avatar";

export default defineComponent({
  ...
  components: {
    Avatar
  }
})

You should then be able to render this component.

License

Licensed under the MIT License