UNPKG

react-okr-ui

Version:

A React user interface toolkit for building OKR centric applications.

19 lines (18 loc) 404 B
// This is extracted to separate module because it's shared // between browser and SSR code export const RouteAnnouncerProps = { id: `gatsby-announcer`, style: { position: `absolute`, top: 0, width: 1, height: 1, padding: 0, overflow: `hidden`, clip: `rect(0, 0, 0, 0)`, whiteSpace: `nowrap`, border: 0, }, "aria-live": `assertive`, "aria-atomic": `true`, }