Skip to content

Commit

Permalink
✨ feat: Button, Navbar 컴포넌트 구현 (#22)
Browse files Browse the repository at this point in the history
* 📦 chore: vite-plugin-svgr 적용 및 애셋 추가

* ✨ feat: Button 컴포넌트 및 스토리북 작성

* ✨ feat: KakaoLoginButton 컴포넌트 및 스토리북 작성

* ✨ feat: Navbar 컴포넌트 및 스토리북 작성

* 📦 chore: 스토리북 빌드 결과 폴더 gitignore 설정
  • Loading branch information
bbearcookie authored Jan 23, 2024
1 parent cdb2f5f commit 9b9c713
Show file tree
Hide file tree
Showing 19 changed files with 661 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ dist-ssr
*.sw?

.vercel
storybook-static
297 changes: 297 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"stylelint-order": "^6.0.4",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-svgr": "^4.2.0",
"vite-plugin-turbosnap": "^1.0.3"
},
"lint-staged": {
Expand Down
5 changes: 5 additions & 0 deletions src/assets/icons/ImageSquare2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/assets/icons/imageSquare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/icons/kakaoLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9b9c713

Please sign in to comment.