ax-vasquez / mcnuggies-blog

NextJS site & Sanity Studio code for mcnuggies.dev
http://www.mcnuggies.dev
1 stars 1 forks source link

[FEAT] Side bar #17

Open ax-vasquez opened 3 years ago

ax-vasquez commented 3 years ago

Description

Sidebar implementation to replace the current menu bar logic.

To do

  1. [ ] Components
    1. [x] SidebarContainer
    2. [x] SidebarHeader
    3. [x] SidebarBody
      1. [ ] SidebarBodyText
      2. [x] SidebarBodyList
        1. [ ] SidebarBodyListItem
        2. [ ] SidebarBodyListAccordionItem
          1. [ ] SidebarAccordionChild
    4. [ ] SidebarFooter
  2. [ ] Animations
    1. [ ] Sidebar slide in/out
    2. [ ] Accordion parent icon rotation on open/close
      1. [ ] Accordion child items slid down/up on open/close, respectively

General to do

ax-vasquez commented 3 years ago

The base of this was done in #19