Do you have a UX team? I Would really appreciate their feedback on my new product - UserBit

# Themes

# Default

<vue-good-table
  :columns="columns"
  :rows="rows">
</vue-good-table>
Name Age Created On Percent
John 20 Jul 2nd 11 3.34%
Jane 24 Oct 31st 11 3.34%
Susan 16 Oct 30th 11 3.34%

# Polar-bear

<vue-good-table
  :columns="columns"
  :rows="rows"
  theme="polar-bear">
</vue-good-table>
Name Age Created On Percent
John 20 Jul 2nd 11 3.34%
Jane 24 Oct 31st 11 3.34%
Susan 16 Oct 30th 11 3.34%

# Black-rhino

<vue-good-table
  :columns="columns"
  :rows="rows"
  theme="black-rhino">
</vue-good-table>
Name Age Created On Percent
John 20 Jul 2nd 11 3.34%
Jane 24 Oct 31st 11 3.34%
Susan 16 Oct 30th 11 3.34%

# Nocturnal

<vue-good-table
  :columns="columns"
  :rows="rows"
  theme="nocturnal">
</vue-good-table>
Name Age Created On Percent
John 20 Jul 2nd 11 3.34%
Jane 24 Oct 31st 11 3.34%
Susan 16 Oct 30th 11 3.34%
Last Updated: 3/11/2021, 3:28:44 PM