Skip to content

Commit f9db721

Browse files
some progress bar touch ups
1 parent 803f38b commit f9db721

File tree

3 files changed

+11052
-8919
lines changed

3 files changed

+11052
-8919
lines changed

.changeset/orange-rockets-boil.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@qwik-ui/headless': patch
3+
---
4+
5+
feat: progress bar moved to beta!

apps/website/src/routes/docs/headless/progress/index.mdx

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,13 @@ import { Note } from '~/components/note/note';
1010

1111
# Progress
1212

13-
Displays a progress bar related to a task.
13+
A visual indicator that shows how much of a task has been completed.
1414

1515
<Showcase name="hero" />
1616

17-
Qwik UI's Progress implementation follows the [WAI-Aria](https://w3c.github.io/aria/#progressbar) design pattern, along with some additional API's that enhance the flexibility, types, and performance.
18-
1917
## ✨ Features
2018

21-
<FeatureList
22-
features={['Provides context for assistive technology to read the progress of a task.']}
23-
/>
19+
<FeatureList features={['Follows the WAI-Aria design pattern']} />
2420

2521
## Building blocks
2622

@@ -45,21 +41,12 @@ Qwik UI's Progress implementation follows the [WAI-Aria](https://w3c.github.io/a
4541

4642
<CodeSnippet name="progress.css" />
4743

48-
## Accessibility
49-
50-
Adheres to the [progressbar role requirements](https://w3c.github.io/aria/#progressbar/).
51-
5244
## API
5345

5446
### Progress.Root
5547

5648
<APITable
5749
propDescriptors={[
58-
{
59-
name: 'class',
60-
type: 'string',
61-
description: 'Custom class for the progress wrapper',
62-
},
6350
{
6451
name: 'value',
6552
type: 'number',
@@ -78,15 +65,3 @@ Adheres to the [progressbar role requirements](https://w3c.github.io/aria/#progr
7865
},
7966
]}
8067
/>
81-
82-
### Progress.Indicator
83-
84-
<APITable
85-
propDescriptors={[
86-
{
87-
name: 'class',
88-
type: 'string',
89-
description: 'Custom class for the progress indicator',
90-
},
91-
]}
92-
/>

0 commit comments

Comments
 (0)