themesberg / themesberg/flowbite
Possible to set backdropClasses globally e.g. in Tailwind Config file?
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 9.4k
- Forks
- 862
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
If i want custom backdropClasses i always need to use the JS approach for the Modal.
Describe the solution you'd like
I want to set backdropClasses in Tailwind Config file. (Overwrite the Default classes)
Describe alternatives you've considered
Initialise all Modals with JS.
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 locating the Modal component's default backdropClasses and the project's Tailwind Config integration. Check how the JavaScript Modal initialization currently accepts custom backdropClasses, then determine how a Tailwind configuration override should take precedence. Done means Modals use the configured classes without requiring per-instance JavaScript options.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- tailwindcss
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100