Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 토스트 컴포넌트 구현 #17

Merged
merged 2 commits into from
Jan 27, 2024
Merged

feat: 토스트 컴포넌트 구현 #17

merged 2 commits into from
Jan 27, 2024

Conversation

Puterism
Copy link
Member

  • Toast 컴포넌트 및 useToast 커스텀 훅 구현
    • 스크린샷 2024-01-27 오후 10 16 32
  • Toast 컴포넌트는 편의를 위해 ThemeProvider 컴포넌트와 함께 렌더됩니다.
  • 컴포넌트 내부에 const toast = useToast()를 정의하고, toast.success('성공')과 같이 사용하면 됩니다.
    • 자세한 사용 방법은 HomePage.tsx를 참고 바랍니다.

@Puterism Puterism requested a review from alstn2468 January 27, 2024 13:19
@Puterism Puterism self-assigned this Jan 27, 2024
Copy link

netlify bot commented Jan 27, 2024

Deploy Preview for boolti-preview ready!

Name Link
🔨 Latest commit 61a7ac6
🔍 Latest deploy log https://app.netlify.com/sites/boolti-preview/deploys/65b50d8c61075f00083c81c1
😎 Deploy Preview https://deploy-preview-17--boolti-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 27, 2024

Deploy Preview for boolti-super-admin ready!

Name Link
🔨 Latest commit 61a7ac6
🔍 Latest deploy log https://app.netlify.com/sites/boolti-super-admin/deploys/65b50d8cfb0e4b0008949594
😎 Deploy Preview https://deploy-preview-17--boolti-super-admin.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 27, 2024

Deploy Preview for boolti-admin ready!

Name Link
🔨 Latest commit 61a7ac6
🔍 Latest deploy log https://app.netlify.com/sites/boolti-admin/deploys/65b50d8c67ecc4000855758f
😎 Deploy Preview https://deploy-preview-17--boolti-admin.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

packages/ui/src/components/Toast/index.tsx Show resolved Hide resolved
packages/ui/src/hooks/useToast.tsx Outdated Show resolved Hide resolved
Copy link
Member

@alstn2468 alstn2468 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

캬 👍 알잘딱

@Puterism Puterism merged commit 0737dbd into main Jan 27, 2024
13 checks passed
@Puterism Puterism deleted the feature/toast branch January 27, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants