You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Progress component has support for a max property, but the shadcn-vue version uses a fixed max value of 100 while rendering. The max property should be taken into consideration and 100 should be the default when the optional max property is not there.
Additional information
I intend to submit a PR for this feature.
I have already implemented and/or tested this feature.
The text was updated successfully, but these errors were encountered:
Describe the feature
The Progress component has support for a max property, but the shadcn-vue version uses a fixed max value of 100 while rendering. The max property should be taken into consideration and 100 should be the default when the optional max property is not there.
Additional information
The text was updated successfully, but these errors were encountered: