<ModalContainer />
<ModalContainer /> 组件是使用 <Modal /> 和 <Sheet /> 前置组件。
ModalContainerProps
| name | type | optional | default | description |
|---|---|---|---|---|
| clickOutsideToDismiss | boolean | undefined | true | n/a | |
| modalClassName | string | undefined | true | n/a | |
| modalContainerClassName | string | undefined | true | n/a | |
| sheet | boolean | undefined | true | n/a | If not passed, it will be always false, so will can't switch to sheet mode in mobile. |
| m | any | false | n/a | Framer motion motion element. |