themesberg / themesberg/flowbite-react
<Modal.Overlay> || <Modal.Base>
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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