HOME
SERVICES
WORKABOUT US

Part III — Implementation

♟  Adding a more complex component

Card [ Docs ]

➡️  Start here

notion image
 
 

🖼  Making components responsive

  • Fonts: responsiveFontSizes on the theme [ Docs ]
  • Breakpoints: [ Docs ]
  • Card responsive:
    •  
notion image
 
notion image
 

🪝  Adding hooks

 

💡  useMediaQuery hook

notion image
 

🖤  Adding dark mode

 
  • Create lightTheme and darkTheme on our theme

💡  ModeProvider context

 
notion image
 
 

 

⬇️  Download code [ Link ]