flowbite-react
flowbite-react copied to clipboard
Add color suport to Table component
Is your feature request related to a problem? Please describe.
Right now the Table component doesn't support color=.
Describe the solution you'd like
I want to be able to change the Table color with:
<Table striped color={purple}>...</Table>
It needs to support the following formats:
- [ ] Solid
- [ ] Row striped
- [ ] Column striped
- [ ] Hovered
Describe alternatives you've considered N/A
Additional context Standard Flowbite documentation: https://flowbite.com/docs/components/tables/#table-colors
This is on flowbite.com so we should have it.