I noticed a minor discrepancy in the examples/showcase/app.tsx file regarding the total number of components mentioned in the footer.
Currently, the footer note states:
gea-ui — {35} components. Built with Gea, Zag.js, and Tailwind CSS.
However, the number 35 doesn't seem to match the number of components showcased or the number of components actually available in the library:
- Showcased Components: There are exactly 33 distinct top-level component cards rendered in the showcase (4 General, 4 Data Display, 15 Data Entry, 1 Feedback, 2 Navigation, 5 Overlay, 2 Disclosure).
- Library Components: Looking at the
packages/gea-ui/src/components directory, there are 38 .tsx component files (26 Zag-powered, 9 Styled, and 3 Drag-and-Drop components).
Let me know how you'd like to handle this discrepancy, and I'd be happy to submit a Pull Request to fix it!
Related Files
examples/showcase/app.tsx
I noticed a minor discrepancy in the
examples/showcase/app.tsxfile regarding the total number of components mentioned in the footer.Currently, the footer note states:
However, the number
35doesn't seem to match the number of components showcased or the number of components actually available in the library:packages/gea-ui/src/componentsdirectory, there are 38.tsxcomponent files (26 Zag-powered, 9 Styled, and 3 Drag-and-Drop components).Let me know how you'd like to handle this discrepancy, and I'd be happy to submit a Pull Request to fix it!
Related Files
examples/showcase/app.tsx