@croud-ui/vue-avatar
v1.1.2
Published
avatar component
Downloads
135
Readme
@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