Every line of 'styled components hover' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
36 createHoverStyle(right) { 37 return { 38 width: 32, 39 height: 32, 40 top: 16, 41 fontSize: 24, 42 paddingTop: 2, 43 right 44 }; 45 }
72 handleHover(hex, $event) { 73 this.onHover.emit({ hex, $event }); 74 }