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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,23 +23,23 @@ A modern, accessibility-focused dashboard template built with [Astro](https://as
23
23
-`login.astro` contains example login data and a warning notification for when the credentials are incorrect
24
24
- Contains a dashboard example in the `index.astro` page using the `DefaultLayout.astro` layout
25
25
- Several examples of admin pages such as `media.astro`, `messages.astro`, `products.astro`, `settings.astro` and `users.astro`
26
-
-`Media.astro` component for images, used on the `media.astro` page *
27
-
-`Pagination.astro` component for paginating results, used on the `media.astro` page *
26
+
-`Media.astro` component for images, used on the `media.astro` page \*
27
+
-`Pagination.astro` component for paginating results, used on the `media.astro` page \*
28
28
-`DashboardWidget.astro` component serves as an example for the dashboard on `index.astro`
29
29
-`EmpyState.astro` component which can be displayed on pages that don't have any data yet
30
30
-`LoginForm.astro` component with a basic accessible login form and some form controls
31
-
-`SkipLinks.astro` component to skip to either the main menu or the main content *
31
+
-`SkipLinks.astro` component to skip to either the main menu or the main content \*
32
32
-`Navigation.astro` component with keyboard accessible navigation (arrow keys, escape key)
33
33
- This component is a comprehensive sidebar navigation on desktop with the option to expand or collapse
34
34
- The users menu width preference is stored in a `localStorage` value so that it is preserved during page reloads
35
35
- The navigation automatically switches to an accessible mobile navigation for viewport widths below the medium breakpoint
36
36
-`ResponsiveToggle.astro` component with an accessible responsive toggle button for the mobile navigation
37
-
-`DarkMode.astro` component toggle with accessible button which saves the users preference in the `localStorage` *
37
+
-`DarkMode.astro` component toggle with accessible button which saves the users preference in the `localStorage`\*
38
38
-`404.astro` provides a custom 404 error page which you can adjust to your needs
39
39
-`.sr-only` utility class for screen reader only text content
40
40
-`prefers-reduced-motion` disables animations for users that have this preference turned on
41
41
- Outline focus indicator which works on dark and light backgrounds
42
-
-[Accessible Astro Components](https://github.com/markteekman/accessible-astro-components) package comes preinstalled with extra components such as Accordions, Modals and Notifications
42
+
-[Accessible Astro Components](https://github.com/incluud/accessible-astro-components) package comes preinstalled with extra components such as Accordions, Modals and Notifications
43
43
- Nate Moore's awesome [Astro Icon](https://github.com/natemoo-re/astro-icon) package is also preinstalled which can be applied to different use cases
0 commit comments