1.1.2 • Published 3 years ago

@croud-ui/vue-avatar v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago