Design comparison
Solution retrospective
Any suggestion is appreciated!
Community feedback
- @PeterErikssonPosted about 3 years ago
Very nice smooth transitions! To display the mobile version (an extra row for All, Active, Completed) for smaller screen sizes you could implement a listener that keeps track of the current screen width-size.
0@rajesh0406Posted about 3 years ago@PeterEriksson Thank you for the suggestion .I'll definitely take that into account next time doing something like this.Can you also suggest me a way to implement draggable component.I couldn't implement it
0@PeterErikssonPosted about 3 years ago@rajesh0406 This is a great short React DnD tutorial: https://www.youtube.com/watch?v=aYZRRyukuIw Worked fine for me. Be sure to take notice of <Draggable /> indexes(key, draggableId). Must be consecutive. [0, 1, 2] and not [1, 2, 8], can also be unique strings.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord