naive-ui/demo/documentation/components/progress/enUS/noIndicator.md
2019-10-18 16:45:40 +08:00

305 B

No Indicator

<n-progress
  type="circle"
  :show-indicator="false"
  status="success"
  :percentage="20"
/>
<n-progress
  type="line"
  :show-indicator="false"
  status="success"
  :percentage="20"
/>
<n-progress
  type="multiple-circle"
  :percentage="[50, 25]"
  :show-indicator="false"
/>