Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, dialog
Sign in

dialog

it dev shadcn dialog

Feature: Close Functionality for Dialog Component · Issue #88 · shadcn-ui/ui

Right now there's no such wrapper code available in the docs for close functionality in Dialog component. I have tried to implement the same and it's working all fine. const DialogClose = React.forwardRef< React.ElementRef<typeof DialogP...
wono | discuss |
it dev nextjs shadcnui dialog

[bug]: Sidebar on mobile requires a DialogTitle · Issue #5746 · shadcn-ui/ui

Describe the bug When I open the sidebar on mobile I get this error: hook.js:608 `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users. If you want to hide the `DialogTitle`, you can wrap it ...
wono | discuss |
it dev shadcnui dialog

[shadcn/ui] Dialog, Alert Dialog Component 구현기

🍀 목차Shadcn/ui Dialog(+Alert Dialog) 뜯어보기 & 속성 설명UI 커스텀과 작성한 스토리회고  개요  Modal Component는 현재 제품에서 가장 많이 쓰이는 컴포넌트 중 하나다. Avatar Component처럼 처음부터 인터페이스 제작 -> UI 구현까지 하기에는 시간이 부족하여 shadcn/ui의 Dialog, Alert Dialog를 제품에 맞게 커스텀하기로 결정하였다.시작하기에 앞서 Modal, Confirm, Alert의 차이를 알아봤다.Modal : 주의가 필요하거나 추가 정보를 제공하는 팝업 콘텐츠. 텍스트, 양식 입력 같은 다른 대화형 요소를 포함할 수 있고 사용자가 Modal 외부를 클릭하거나 특정 버튼(닫기, 취소, 저장)을 클릭할 때까지 다른 인터페이..
wono | discuss |
flutter dialog transition curve

How To Animate Dialogs In Flutter? Here Is Answer

Animations give a better experience to the user. I know and you might be knowing that Flutter has great support for Animations with ease of use. But wait, not in the case of Dialogs. Flutter’s…
wono | discuss |
flutter dialog borderradius

Dialogs' Default BorderRadius

The default BorderRadius of Dialog widgets is changing.
wono | discuss |
flutter dialog transition

How To Animate Dialogs In Flutter? Here Is Answer

Animations give a better experience to the user. I know and you might be knowing that Flutter has great support for Animations with ease of use. But wait, not in the case of Dialogs. Flutter’s…
wono | discuss |
flutter dialog transition

Animate Dialogs In Flutter

Flutter offers extraordinary help for animations. Nonetheless, this isn’t true with Dialogs. The default animations in Flutter’s dialogs are straightforward and foreordained due to this we really…
wono | discuss |
material dialog

React Dialog component - Material UI

Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.
wono | discuss |
구글플레이 광고 dialog

googleads-mobile-flutter/ad_dialog.dart at 7700c21b405b73f6b8e2047e09d83e7e42c5e952 · googleads/googleads-mobile-flutter

A Flutter plugin for the Google Mobile Ads SDK. Contribute to googleads/googleads-mobile-flutter development by creating an account on GitHub.
wono | discuss |
flutter autoclose dialog

Autoclose dialog in Flutter

I want to autoclose dialog a few seconds after opening. The solution that I found is to call Navigator.of(context).pop(); delayed and it works. But the problem occurs if I closed it manually (by cl...
wono | discuss |
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms