flowbite-react icon indicating copy to clipboard operation
flowbite-react copied to clipboard

Add color suport to Table component

Open rluders opened this issue 3 years ago • 1 comments

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

rluders avatar Jan 22 '23 20:01 rluders

This is on flowbite.com so we should have it.

tulup-conner avatar Jan 01 '24 20:01 tulup-conner