themesberg / flowbite-react

Official React components built for Flowbite and Tailwind CSS
https://flowbite-react.com
MIT License
1.77k stars 395 forks source link

<Modal.Overlay> || <Modal.Base> #1365

Open schellenbergk opened 2 months ago

schellenbergk commented 2 months ago

Summary

Pretty simple, i'm trying to add an animated svg to modal overlay:

<Modal>
<Modal.Overlay>
    <svg preserveAspectRatio="xMidYMid slice" viewBox="10 10 80 80" className="absolute inset-0 w-full h-full object-cover">...</svg>
</Modal.Overlay>
<Modal.Body>...</Modal.Body>
</Modal>