How to style internal component elements? #765
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
When using a flowbite-react component (drop down menu), I want to style inner elements, specifically the div containing the ul which contains the dropdown items:
<ul class="py-1">
I want to have control over these styles.. Why is it adding padding top and bottom which makes the options look weird?
Describe the solution you'd like
Id like a way for classNames to pass through to individual inner elements.. how else would you style these components?!
Beta Was this translation helpful? Give feedback.
All reactions