Skip to content

docs(readme): add clsx to Key Libraries section#226

Open
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/add-clsx-to-readme-key-libraries-20260630
Open

docs(readme): add clsx to Key Libraries section#226
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/add-clsx-to-readme-key-libraries-20260630

Conversation

@andrerfneves

Copy link
Copy Markdown
Owner

Summary

Adds missing clsx dependency to the README Key Libraries section.

Why

clsx is a foundational dependency used by the cn() utility in src/lib/utils.ts, which is imported by every shadcn/ui component in the project. Despite being essential to the project's utility layer, it was missing from the documented Key Libraries section.

This is consistent with the recent PRs that added other missing key dependencies (PR #199 added @fontsource/geist-mono, PR #195 added framer-motion, PR #224 added class-variance-authority and @yudiel/react-qr-scanner).

Changes

  • README.md: Added clsx entry to the Key Libraries list, placed before tailwind-merge since they work together in the cn() utility pattern.

Test Plan

  • No behavior change — documentation-only change
  • All 52 existing tests pass
  • Production build succeeds

clsx is a foundational utility used by the cn() helper in
lib/utils.ts, which is imported by every shadcn/ui component.
Despite being essential to the project's utility layer, it was
not documented in the Key Libraries section.
@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lightning-decoder Ready Ready Preview, Comment Jun 30, 2026 12:05pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant