Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
feat: New VisuallyHidden component for a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
diondiondion committed Aug 20, 2019
1 parent bc736cc commit 9d918ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/VisuallyHidden/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import styled from 'styled-components';
import {visuallyHidden as visuallyHiddenMixin} from '../mixins';

const VisuallyHidden = styled.span`
${visuallyHiddenMixin}
`;

export default VisuallyHidden;

0 comments on commit 9d918ee

Please sign in to comment.