Skip to content

docs(readme): add class-variance-authority and @yudiel/react-qr-scanner to Key Libraries#224

Open
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/docs-add-key-libraries-20260629
Open

docs(readme): add class-variance-authority and @yudiel/react-qr-scanner to Key Libraries#224
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/docs-add-key-libraries-20260629

Conversation

@andrerfneves

Copy link
Copy Markdown
Owner

Summary

Adds two missing production dependencies to the README Key Libraries section.

Why

The README's Key Libraries section documents the major libraries used by the project. Two important dependencies were missing:

class-variance-authority

Powers the variant system used by all shadcn/ui components. Component variants like variant="destructive" on buttons and badges, and variant="outline" on badges, all depend on CVA. Understanding this library is essential for developers who want to customize the UI components.

@yudiel/react-qr-scanner

Powers the QR code scanning feature — one of the core features described in the README ("QR Code Scanning — Scan QR codes directly from your camera to decode Lightning payment data"). Despite being a feature-level dependency, it was not listed in the Key Libraries section.

Changes

  • README.md: Added two entries to the Key Libraries section:
    • class-variance-authority — Component variant system for shadcn/ui components
    • @yudiel/react-qr-scanner — QR code scanning with device camera

Test Plan

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

…er to Key Libraries

Two important production dependencies were missing from the documented
Key Libraries section:

- **class-variance-authority** — Powers the variant system used by all
  shadcn/ui components (button variants, badge variants, alert variants, etc.)
- **@yudiel/react-qr-scanner** — Powers the QR code scanning feature

Adding these entries helps developers understand the full dependency
landscape when working with or customizing the application.
@vercel

vercel Bot commented Jun 29, 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 29, 2026 12:07pm

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