UNav Footer
The <nys-unavfooter>
is a reusable web component for use in New York State digital products. It helps provide users with access to essential NYS links across all pages.
Example Code
<nys-unavfooter></nys-unavfooter>
Options
Usage
When to use this component
- Use
nys-unavfooter
to provide consistent access to essential links across all sites.
When to consider something else
- Do not place the
nys-unavfooter
anywhere other than the bottom of the page as the final footer.
Do
- Place it only at the bottom of the page as the final footer.
Don't
- Place it anywhere other than the bottom of the page.
Accessibility
The nys-unavfooter
component includes the following accessibility-focused features:
- Proper use of
<footer>
and<a>
elements ensures compatibility with assistive technologies. - Keyboard navigation: Users can tab through all links in the footer.