react-wai
v0.0.33
Published
React WAI is the react components library to improve developer experience. Using React WAI, you can make your website accessible.
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-waiUsing yarn:
yarn add react-waiUsing pnpm:
pnpm install react-waiUsage
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
