themesberg / themesberg/flowbite-react

<Modal.Overlay> || <Modal.Base>

Open
#1,365 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
2.1k
Forks
506
PR merge metrics
No merged PRs in 30d

Description

  • [ yes ] I have searched the Issues to see if this bug has already been reported
  • [ yes ] I have tested the latest version

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>

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the <Modal.Overlay> and <Modal.Base> entry points to understand how overlay children are rendered. Reproduce the example with the animated SVG and compare it with the expected modal behavior. The issue does not define the failure or a specific test, so completion criteria should be clarified before implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, tailwindcss, typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.