Jan Hamara

Results 10 comments of Jan Hamara

Hello @rafael-sepeda , yes this PR is about something different, about a component not spacing values :) I am aware that we have `Spaces`, but those are spacing values in...

Updated issue to **New component: Stack**, as we've moved to decision to test implementing Stack, rather than Spacer, as it makes much more sense logically in terms of how we...

POC: **Spacer usage demonstration: Recreate UI layout of BOMT booking information page** (with topbar and header) --- Codesandbox: https://codesandbox.io/s/bomt-stack-layout-forked-ymybld The goal of this sandbox is to demonstrate, how you can...

Linking upgrade guide: https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html GIST and main takeouts: ### May be relevant - Legacy root API replaced with completely new root API with concurrent rendering features and **ReactDOM.render is no...

For purely decorative icon variant, I think `aria-hidden='true'` attribute can be used to not expose it to the Accessibility API (hide from screen readers) :) Then with an optional `title`...

Aria attributes [were added in SVG 2.0](https://svgwg.org/svg2-draft/struct.html#elementdef-svg) :) Also, in the example both title and description are included in aria-labelledby because it has better screen-reader support than aria-describedby (check Tip...

I will refer to your screenshot of a more complex use-case to explain my opinion. To be honest, I feel like this implementation is way too complex to be called...

Do you want it as fixed background, so that you would see particles as bg, even when scrolling down?

Hey, so I've changed it to `` in the above MR

Looks like this is not needed anymore, going to close the issue for now.