jsjoeio / portfolio-rebuild

A rebuild of my portfolio using Gatsby.js
MIT License
1 stars 0 forks source link

Implement Sliding Menu on Mobile #1

Open jsjoeio opened 6 years ago

jsjoeio commented 6 years ago

This is a good tutorial on how to build it - https://www.kirupa.com/react/smooth_sliding_menu_react_motion.htm

I think this will improve the UX on mobile :)

Time Estimate: 1-2 hours?

jsjoeio commented 6 years ago

https://codepen.io/jonraedeke/pen/WRwJQX

jsjoeio commented 6 years ago

Reading about accessibility: http://www.a11ymatters.com/pattern/mobile-nav/

spences10 commented 6 years ago

Take a look at: https://github.com/balloob/react-sidebar

👌

jsjoeio commented 6 years ago

Ah-ha! Beautiful. Thanks @spences10 !