Modal
Components
The __Modal component family provides the following components:
ModalWrapper
This component wraps modal content, making sure the layout is ok and handling transitions
You can import the ModalWrapper
component from the modal component family in the @freesewing/react
package:
Javascript
import { ModalWrapper } from "@freesewing/react/components/Modal"