We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea1575 commit 7b1bd00Copy full SHA for 7b1bd00
NewArch/src/examples/ProgressViewExamplePage.tsx
@@ -35,9 +35,10 @@ export const ProgressViewExamplePage: React.FunctionComponent<{}> = () => {
35
</Example>
36
<Example title="An indeterminate ProgressView." code={example2jsx}>
37
<ProgressView
38
- accessibilityLabel="Indeterminate ProgressView"
39
- isIndeterminate="true"
+ accessibilityLabel="Indeterminate progress bar"
+ isIndeterminate={true}
40
/>
41
+
42
43
<Example
44
title="A colored ProgressView with 70% progress."
0 commit comments