react-wai
TypeScript icon, indicating that this package has built-in type declarations

0.0.33 • Public • Published

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

Demo

DemoPage

Readme

Keywords

Package Sidebar

Install

npm i react-wai

Weekly Downloads

1

Version

0.0.33

License

MIT

Unpacked Size

400 kB

Total Files

6

Last publish

Collaborators

  • namhundred