Daniel Steigerwald

Results 107 comments of Daniel Steigerwald

As from the [article](http://jxnblk.com/writing/posts/patterns-for-style-composition-in-react/) "Another example would be creating a scale for margin and padding to help keep visual rhythm consistent." is this the correct solution? Does typography do more?

Indeed, because `calc(${rhythm(1/2)` in presentation code is the smell, I think.

@KyleAMathews So After months I am back at the issue. Este is ready for some typography magic.

What I am doing wrong? ![screen shot 2016-12-10 at 17 28 23](https://cloud.githubusercontent.com/assets/66249/21074630/17f5b038-befe-11e6-8145-717b320e780d.png)

I am confused. Did I understand what vertical rhythm is, or those templates have no rhythm?

I used the baseliner Chrome extension for almost all themes. Scroll down and you will see a lot of inconsistencies. Next paragraphs, heading, everything is out of the rhythm.

@devongovett Hi. Why is React Spectrum not using native dialog? The API is weird, but can be fixed: https://github.com/evoluhq/evolu.me/blob/main/components/Modal.tsx#L83 Btw, I'm considering moving from React Native for Web to React...

@Hamziss Didn't work for me 😞

So effectively, JSDoc shall not be used to document TypeScript code. Fortunately, we can use markdown. Eg. "### Example with ```ts" A weird thing is, that "@link" can be used....

Both scrollbarWidth and "::-webkit-scrollbar" scrollbarWidth: "none", "::-webkit-scrollbar": { display: "none", },