Skip to content
On this page

Border radius

The property sets the fillet radius of the component

Prop nameTypeDefault value
border-radiusString100%

Code example

vue
<template>
  <vue-avatar username="Some User" border-radius="10%" />
  <vue-avatar username="Some User" border-radius="50%" />
  <vue-avatar username="Some User" border-radius="16px" />
</template>

Demo

SU
SU
SU