Package Exports
- react-wai
- react-wai/index.cjs.js
- react-wai/index.esm.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-wai) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React WAI
React WAI is the react components library to improve developer experience. Using React WAI, you can make your website accessible.
Installing as a package
Using npm:
npm install react-wai
Using yarn:
yarn add react-wai
Using pnpm:
pnpm install react-wai
Usage
import React from 'react';
import ReactDOM from 'react-dom/client';
import { Alert } from 'react-wai';
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
<Alert>alert this msg</Alert>
</React.StrictMode>
);
Contents
A11yHidden Alert Breadcrumb Switch Title