Hello everyone,
how can i style a navlink from kotlin-react-router-dom with kotlin-styled? (I found a JS-example, but i don't know how to apply it with kotlin)
Here the example: https://codesandbox.io/s/34z5152z1q?file=/index.js:232-239
zeugederunity
06/23/2020, 8:50 AM
Managed it by using the children-selector. (children(".navActive")), but a "canonial" way of styling a navLink would be nice.