From e220fe2c06b0384196b4b088f24a022f4668cdcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=E1=B4=8F=CA=9F=CA=99=C9=AA=20=E2=98=94=EF=B8=8F?= Date: Mon, 15 Apr 2024 16:52:36 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20TopBar=20=EA=B5=AC=ED=98=84=20(#74)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * refactor: 검색 아이콘 변경 * refactor: arrowLeft 아이콘 변경 * chore: lint 적용 * feat: TopBar 구현 * refactor: 띄어쓰기 변경 * feat: top bar logo 추가 --- .storybook/preview-body.html | 19 ++-- src/components/Common/Svg/SvgSprite.tsx | 19 ++-- .../Common/TopBar/TopBar.stories.tsx | 89 ++++++++++++++++++ src/components/Common/TopBar/TopBar.tsx | 92 +++++++++++++++++++ src/components/Common/TopBar/topBar.css.ts | 36 ++++++++ 5 files changed, 241 insertions(+), 14 deletions(-) create mode 100644 src/components/Common/TopBar/TopBar.stories.tsx create mode 100644 src/components/Common/TopBar/TopBar.tsx create mode 100644 src/components/Common/TopBar/topBar.css.ts diff --git a/.storybook/preview-body.html b/.storybook/preview-body.html index 9c17143a..39ca6ff3 100644 --- a/.storybook/preview-body.html +++ b/.storybook/preview-body.html @@ -1,13 +1,18 @@