8000 [Feature]: Alert 컴포넌트 패키지 개발 · Issue #18 · sooster910/hensley-ui · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[Feature]: Alert 컴포넌트 패키지 개발 #18
Open
@sooster910

Description

@sooster910

🚀 기능 설명

shadcn에서 지원하지 않는 비동기 Dialog 기능을 더 심플하고 직관적으로 개선

🤔 해결하고자 하는 문제

shadcn에서 지원하지 않는더 심플한 비동기 다이얼로그 API 제공합니다.
Promise 기반의 직관적인 비동기 처리

💡 제안하는 해결책

  const openModal = useSimpleDialog();

 const handleClick = async () => {
    const res = await openModal({
      title: "",
      confirmButton: "확인",
      cancelButton: "취소",
      ...props,
    });

🔄 대안

📊 우선순위

높음 (Important)

🤝 기여 의향

  • 이 기능을 직접 구현하고 PR을 제출할 수 있습니다.
  • 테스트와 피드백을 제공할 수 있습니다.
  • 문서화에 도움을 줄 수 있습니다.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0