
focus in styled component example
focus in styled component example in css
&:focus { outline: none; box-shadow: 0px 0px 2px red; }
//check for focus with in (on a child) &:focus-within { border: 2px solid #1FC2FF; }
focus in styled component example in css
&:focus { outline: none; box-shadow: 0px 0px 2px red; }
//check for focus with in (on a child) &:focus-within { border: 2px solid #1FC2FF; }
Share URL: focus-in-styled-component-example