Alan B Smith
Alan B Smith
Closing. The create-component script creates an initial template with everything needed for building components.
Closing this for now. Let's revisit later.
This was resolved with #1308
Closing as this component has been deprecated.
Closing. This is resolved with the new FormField component. #1308
Closing for now!
Here's sort of what I had in mind: ```jsx const VisuallyHidden = styled('div')({ position: 'absolute', top: 0, clip: 'rect(1px, 1px, 1px, 1px)', overflow: 'hidden', height: '1px', width: '1px', padding: 0,...
Here's the Reach UI example: * [TSX](https://github.com/reach/reach-ui/blob/master/packages/visually-hidden/src/index.tsx) * [Docs](https://reacttraining.com/reach-ui/visually-hidden/)
@anicholls, Yeah, that's great! I think a component would be helpful too, though. Here's an [example](https://codesandbox.io/s/notificationbadge-example-hh5dn).
Closing as we already have `accessibleHide`.