Chanokthorn Uerpairojkit
@ChanokthornAll solutions
Use separate elements for desktop/mobile share components
Submitted 5 months ago- for managing SHARE components, what would be the best approach here? I've seen people doing it with single component with different styling but it seems complicated. Any suggestions about this will be very much appreciated.
Using grid and flex for responsive UI, use quote as background image
Submitted 6 months ago- I'd like to know what would be the appropriate approach on handling these layouts when the flow of cards is dynamic.
- On desktop view, what would be the way to determine the height and width of each cards? Should it be set on cards, or set on container such as grid/flex?
- Any suggestions will be very appreciated.
Grid with flex columns to support responsive design
Submitted 6 months agoSuggestions on how card alignments can be done are very welcomed!
Responsive design utilizing grid and flex
Submitted 6 months agoI'm curious how we usually handle sizing in these scenarios:
- Mobile: It appears that size of image and card information determines the size of the card.
- Desktop: The size of card information should determine the size of card, but having child component determine size of parent seems like a complex practice, what's the appropriate approach?
Using @media query and nth-child for specific design challenges
Submitted 6 months agoAny feedbacks are very appreciated, thank you.