0.0.2 • Published 1 year ago
@junhee_h/react-modal-core v0.0.2
@react-libs/modal
ModalManager
기능
- 모달 시트 데이터 저장
- 모달 default options 저장
- 모달 시드 add
- 모달 시드 remove
- 모달 시드 불러오기
- 모달 생성
- 모달 transaction
- 모달 push 후 modal id 전달.
- 모달 pop
- component에 modal stack을 전달.
Modal
- 모달 상태 관리
- component에 모달 state 전달
modal
- 모달 key값에 따라 만들어짐
modal;
modal("alert");
modal.alert();
modal.warn();
modal.call();
call은 pending 상태와 success, error 상태의 컴포넌트를 입력받게 할 것.
0.0.2
1 year ago