Closed ghost closed 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" });
This is fixed in https://github.com/nextui-org/tailwind-variants-docs/pull/16
Thanks for reporting!
hello there... while exploring ur website. i saw this code error at this page in last snippet
=> bug
=> correct