Discrepancy in the component count in the showcase footer
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
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:
1. **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).
2. **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`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.