nextui-org / tailwind-variants

🦄 Tailwindcss first-class variant API
https://tailwind-variants.org
MIT License
2.42k stars 70 forks source link

[ docs ] - mistake in code snippet #111

Closed ghost closed 1 year ago

ghost commented 1 year ago

hello there... while exploring ur website. i saw this code error at this page in last snippet

=> bug

const { base, tab } = tab({ color: "primary" });

=> correct

const { base, tab } = card({ color: "primary" });
mskelton commented 1 year ago

This is fixed in https://github.com/nextui-org/tailwind-variants-docs/pull/16

Thanks for reporting!