2022 第17週 實作筆記:RWD 側欄

總結

參考了 Material UI 的 Drawer 設計刻出 RWD App Bar

手機版面

平板版面

桌機版面

展示:https://tzynwang.github.io/rwd-app-bar/ 原始碼:https://github.com/tzynwang/rwd-app-bar/tree/feature/rwd-bar

筆記

設計說明

開發思路

CSS 筆記

Material UI 相關

透過 <CssBaseline />createTheme 修改 MUI default theme 的 typography 內容來調整專案的整體字型

使用 Mui styled() 時可傳入自定義 props,此 Logo 元件可透過 props: black 來控制字體顏色

參考文件