0.0.2 • Published 1 year ago

@junhee_h/react-modal-core v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@react-libs/modal

ModalManager

기능

  1. 모달 시트 데이터 저장
  2. 모달 default options 저장
  3. 모달 시드 add
  4. 모달 시드 remove
  5. 모달 시드 불러오기
  6. 모달 생성
  7. 모달 transaction
  8. 모달 push 후 modal id 전달.
  9. 모달 pop
  10. component에 modal stack을 전달.

Modal

  1. 모달 상태 관리
  2. component에 모달 state 전달

modal

  1. 모달 key값에 따라 만들어짐
modal;

modal("alert");
modal.alert();
modal.warn();
modal.call();

call은 pending 상태와 success, error 상태의 컴포넌트를 입력받게 할 것.

0.0.2

1 year ago