Skip to content

Commit 3c46d7c

Browse files
committed
docs: update github readme screenshot
1 parent 7a900e3 commit 3c46d7c

File tree

4 files changed

+51
-4
lines changed

4 files changed

+51
-4
lines changed

README.md

Lines changed: 51 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
[View Documentation](https://uxpatterns.dev) · [Report Bug](https://github.com/thedaviddias/ux-patterns-for-developers/issues) · [Request Pattern](https://github.com/thedaviddias/ux-patterns-for-developers/issues/new)
1313

14-
![Screenshot of the homepage of UX Patterns for Devs](https://raw.githubusercontent.com/thedaviddias/ux-patterns-for-developers/refs/heads/main/public/img/ux-patterns-developers.webp)
14+
![Screenshot of the homepage of UX Patterns for Devs](https://raw.githubusercontent.com/thedaviddias/ux-patterns-for-developers/refs/heads/main/public/img/ux-patterns-developers.jpeg)
1515

1616
</div>
1717

@@ -33,228 +33,275 @@
3333
> This project is a work in progress. New content and updates should be expected regularly.
3434
3535
<!-- PATTERNS-LIST:START - Do not remove or modify this section -->
36+
3637
This is an updated list of available and incoming patterns.
3738

3839
### Content Management
3940

4041
#### [Accordion](https://uxpatterns.dev/patterns/content-management/accordion)
42+
4143
> Expand and collapse content sections
4244
4345
<sub>🔧 Moderate complexity • 📚 Full guide • ♿️ WCAG 2.1 • 📱 Mobile-ready</sub>
4446

4547
Create effective accordion components for your web applications. Learn best practices for implementing expandable content sections with proper accessibility and keyboard support.
4648

4749
#### [Carousel](https://uxpatterns.dev/patterns/content-management/carousel)
50+
4851
> Display multiple items in a rotating view
4952
5053
<sub>🛠️ Complex implementation • 📚 Full guide • ♿️ WCAG 2.1 • 📱 Mobile-ready • 💻 Examples</sub>
5154

5255
Build effective carousel components for your web applications. Learn best practices for implementing accessible, responsive carousels with proper navigation and touch support.
5356

5457
#### Drag And Drop
58+
5559
> Coming soon
5660
5761
#### [Expandable Text](https://uxpatterns.dev/patterns/content-management/expandable-text)
62+
5863
> Show or hide additional text content on demand
5964
6065
<sub>⚡️ Simple implementation • 📚 Full guide • ♿️ WCAG 2.1 • 📱 Mobile-ready • 💻 Examples</sub>
6166

6267
Learn how to implement expandable text components in your web applications. Discover best practices for progressive disclosure, accessibility, and user experience with practical examples.
6368

6469
#### [Modal](https://uxpatterns.dev/patterns/content-management/modal)
70+
6571
> Display focused content or actions
6672
6773
<sub>🔧 Moderate complexity • 📚 Full guide • ♿️ WCAG 2.1 • 📱 Mobile-ready • 💻 Examples</sub>
6874

6975
Create effective modal dialogs for your web applications. Learn best practices for implementing accessible modal windows with proper focus management and keyboard interactions.
7076

7177
#### [Popover](https://uxpatterns.dev/patterns/content-management/popover)
78+
7279
> Display focused content or actions
7380
7481
<sub>🔧 Moderate complexity • 📚 Full guide • ♿️ WCAG 2.1 • 📱 Mobile-ready • 💻 Examples</sub>
7582

7683
Implement user-friendly popover components in your web applications. Learn best practices for contextual information display, positioning, and accessibility with practical examples.
7784

7885
#### [Tooltip](https://uxpatterns.dev/patterns/content-management/tooltip)
86+
7987
> Provide additional context on hover or focus
8088
8189
<sub>⚡️ Simple implementation • 📚 Full guide • ♿️ WCAG 2.1 • 📱 Mobile-ready • 💻 Examples</sub>
8290

8391
Implement effective tooltip components in your web applications. Learn best practices for contextual help, positioning strategies, and accessibility considerations.
8492

85-
8693
### Forms
8794

8895
#### [Autocomplete](https://uxpatterns.dev/patterns/forms/autocomplete)
96+
8997
> Suggest options as users type
9098
9199
<sub>🔧 Moderate complexity • 📚 Full guide • ♿️ WCAG 2.1 • 💻 Examples</sub>
92100

93101
Implement user-friendly autocomplete functionality in your web applications. Learn best practices for search suggestions, keyboard navigation, and accessibility with practical examples.
94102

95103
#### [Button](https://uxpatterns.dev/patterns/forms/button)
104+
96105
> Trigger actions and submit forms
97106
98107
<sub>⚡️ Simple implementation • 📚 Full guide • ♿️ WCAG 2.1 • 📱 Mobile-ready • 💻 Examples</sub>
99108

100109
Learn how to implement accessible and user-friendly buttons in your web applications. Discover best practices for button design, states, accessibility, and implementation with code examples and guidelines.
101110

102111
#### Checkbox
112+
103113
> Coming soon
104114
105115
#### Code Confirmation
116+
106117
> Coming soon
107118
108119
#### Color Picker
120+
109121
> Coming soon
110122
111123
#### Currency Input
124+
112125
> Coming soon
113126
114127
#### Date Input
128+
115129
> Coming soon
116130
117131
#### Date Picker
132+
118133
> Coming soon
119134
120135
#### Date Range
136+
121137
> Coming soon
122138
123139
#### File Input
140+
124141
> Coming soon
125142
126143
#### Form Validation
144+
127145
> Coming soon
128146
129147
#### Input Selection Guide
148+
130149
> Coming soon
131150
132151
#### Multi Select Input
152+
133153
> Coming soon
134154
135155
#### [Password](https://uxpatterns.dev/patterns/forms/password)
156+
136157
> Secure password entry with feedback
137158
138159
<sub>🔧 Moderate complexity • 📚 Full guide • ♿️ WCAG 2.1</sub>
139160

140161
Implement secure and user-friendly password fields in your web applications. Learn best practices for password validation, strength indicators, and accessibility with practical examples.
141162

142163
#### Phone Number
164+
143165
> Coming soon
144166
145167
#### Radio
168+
146169
> Coming soon
147170
148171
#### Rating Input
172+
149173
> Coming soon
150174
151175
#### Rich Text Editor
176+
152177
> Coming soon
153178
154179
#### Search Field
180+
155181
> Coming soon
156182
157183
#### [Selection Input](https://uxpatterns.dev/patterns/forms/selection-input)
184+
158185
> Choose from predefined options
159186
160187
<sub>📚 Full guide • ♿️ WCAG 2.1 • 💻 Examples</sub>
161188

162189
Learn how to implement user-friendly selection inputs in your web applications. Discover best practices for dropdowns, comboboxes, and list boxes with accessibility and usability guidelines.
163190

164191
#### Signature Pad
192+
165193
> Coming soon
166194
167195
#### Slider
196+
168197
> Coming soon
169198
170199
#### Tag Input
200+
171201
> Coming soon
172202
173203
#### [Text Field](https://uxpatterns.dev/patterns/forms/text-field)
204+
174205
> Enter and edit text content
175206
176207
<sub>⚡️ Simple implementation • 📚 Full guide • 📱 Mobile-ready • 💻 Examples</sub>
177208

178209
Learn how to implement accessible text input fields in your web applications. Discover best practices for validation, error handling, and user experience with practical examples.
179210

180211
#### Time Input
212+
181213
> Coming soon
182214
183215
#### Toggle
184-
> Coming soon
185216

217+
> Coming soon
186218
187219
### Navigation
188220

189221
#### [Back To Top](https://uxpatterns.dev/patterns/navigation/back-to-top)
222+
190223
> Quickly navigate back to the top of the page
191224
192225
<sub>⚡️ Simple implementation • 📚 Full guide • ♿️ WCAG 2.1 • 📱 Mobile-ready • 💻 Examples</sub>
193226

194227
Learn how to implement a Back to Top button pattern to enhance user navigation on long pages. Discover best practices for placement, accessibility, and user experience with code examples and implementation guidelines.
195228

196229
#### [Breadcrumb](https://uxpatterns.dev/patterns/navigation/breadcrumb)
230+
197231
> Help users understand their current location
198232
199233
<sub>🔧 Moderate complexity • 📚 Full guide • ♿️ WCAG 2.1 • 📱 Mobile-ready • 💻 Examples</sub>
200234

201235
Create effective breadcrumb navigation for better site orientation. Learn implementation techniques, accessibility requirements, and design best practices for clear hierarchical navigation.
202236

203237
#### Hambuger Menu
238+
204239
> Coming soon
205240
206241
#### [Infinite Scroll](https://uxpatterns.dev/patterns/navigation/infinite-scroll)
242+
207243
> Loads additional content automatically as users scroll down.
208244
209245
<sub>🛠️ Complex implementation • 📚 Full guide • ♿️ WCAG 2.1 • 📱 Mobile-ready</sub>
210246

211247
Implement infinite scroll for seamless content loading in your web applications. Learn best practices for performance, accessibility, and user experience with practical code examples.
212248

213249
#### [Load More](https://uxpatterns.dev/patterns/navigation/load-more)
250+
214251
> Load additional content on user demand
215252
216253
<sub>🔧 Moderate complexity • 📚 Full guide • ♿️ WCAG 2.1 • 📱 Mobile-ready</sub>
217254

218255
Learn how to implement a Load More pattern for efficient content pagination. Discover best practices for user experience, accessibility, and performance when loading content incrementally.
219256

220257
#### Megamenu
258+
221259
> Coming soon
222260
223261
#### Navigation Menu
262+
224263
> Coming soon
225264
226265
#### [Pagination](https://uxpatterns.dev/patterns/navigation/pagination)
266+
227267
> Navigate through multiple pages of content
228268
229269
<sub>🔧 Moderate complexity • 📚 Full guide • ♿️ WCAG 2.1 • 📱 Mobile-ready • 💻 Examples</sub>
230270

231271
Master pagination implementation in web applications. Learn best practices for building accessible, user-friendly page navigation with clear guidelines for design, accessibility, and performance.
232272

233273
#### Sidebar
274+
234275
> Coming soon
235276
236277
#### Tabs
237-
> Coming soon
238278

279+
> Coming soon
239280
240281
### User Feedback
241282

242283
#### Cookie Consent
284+
243285
> Coming soon
244286
245287
#### Empty States
288+
246289
> Coming soon
247290
248291
#### Loading Indicator
292+
249293
> Coming soon
250294
251295
#### Notification
296+
252297
> Coming soon
253298
254299
#### Progress Indicator
300+
255301
> Coming soon
256302
257303
#### Skeleton
304+
258305
> Coming soon
259306
260307
<!-- PATTERNS-LIST:END -->
37.2 KB
Binary file not shown.
148 KB
Loading
-41.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)