max property example in progress documentation

This commit is contained in:
MrYpma 2024-11-13 22:47:53 +01:00 committed by GitHub
parent e6ca60eea4
commit 7b85b4df47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,6 @@ import { Progress } from '@/components/ui/progress'
</script>
<template>
<Progress :model-value="33" />
<Progress :model-value="33" :max="50" />
</template>
```