kirandash / greenhouse-react-ui

🧩 React UI component library built with Tailwind CSS
https://6442bd489bd20422b7ada446-nmudwbaxnc.chromatic.com/
MIT License
9 stars 8 forks source link

Issue 11: Create Badge Component #15

Closed Manuel-Suarez-Abascal closed 1 year ago

Manuel-Suarez-Abascal commented 1 year ago

PR changes:

Visual Changes:

badge-stories

Test passing:

tests-passing

Small issue:

For the danger styles: text-red-700 bg-red-100 dark:text-red-100 dark:bg-red-700, I had to use bg-red instead 'cause Tailwind styles don't get injected for some strange reason. Also text-red-700 doesn't work. If you find a workaround, I am happ to push the changes @kirandash