An image with load by nuxt image
Simple example for GAvatar
<GAvatar
src="https://avatars.githubusercontent.com/u/153068285?v=4"
size="lg"
/>
config for global setting , set on nuxt.config
glorious:{
components:{
avatar:{
props:{
size:'xl',
rounded:'lg',
alt:'avatar'
}
}
}
}
| Prop | Type | Default |
|---|---|---|
| size | xl | lg | md | sm | xs | md |
| rounded | xl | lg | md | sm | xs | full | md |
| src | string | - |
| alt | string | avatar |