react-sr-pronounce
Version:
A React component that lets you control how content is pronounced by screen-readers.
18 lines (16 loc) • 536 B
HTML
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Simple Example - React Screen-Reader Pronounce</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
</head>
<body>
<div id="root"></div>
<script src="bundle.js"></script>
</body>
</html>