Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wedgekit/a11y

Package Overview
Dependencies
Maintainers
18
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wedgekit/a11y

Accessibility wrappers and helpers for WedgeKit

  • 4.0.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
18
Created
Source

@wedgekit/a11y

Purpose

Wedgekit A11y is meant to provide helpful components and helpers for creating applications that are accessible to all peoples in a consistent and predictable way.


⚠️ Warning: The @wedgekit/a11y API will be substantially rewritten in v5. To avoid unnecessary tech debt, it is not advised to add @wedgekit/a11y to new applications until the release of @wedgekit/a11y@5.0.0. This documentation is solely for maintenance purposes only.


Getting Started

In order to use @wedgekit/a11y components your application needs to be wrapped in the A11yProvider. This does not render anything visible; it merely serves to provide context to components deeper within the app.

import { A11yProvider } from '@wedgekit/a11y';

const App = () => (
  <A11yProvider>
    <YourApp />
  </A11yProvider>
);

Modules

@wedgekit/a11y handles two main concerns: a skip navigation bar and a keyboard shortcuts modal

  • Skip Navigation
  • Keyboard Shortcuts

FAQs

Package last updated on 09 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc