Skip to content

Instantly share code, notes, and snippets.

@MaximeHeckel
Created June 26, 2019 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaximeHeckel/7cb0b13610eed169e6d2827753161bfc to your computer and use it in GitHub Desktop.
Save MaximeHeckel/7cb0b13610eed169e6d2827753161bfc to your computer and use it in GitHub Desktop.
import React from "react";
const Announcements = (props) => {
return (
<div aria-live="polite" aria-atomic="true"
className="visuallyhidden">
{props.message}
</div>
);
};
export default Announcements;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment