Skip to content

Discrepancy in the component count in the showcase footer #8

@aksuharun

Description

@aksuharun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions