FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
shadcn/ui Has a Free API You're Not Using
How-ToWeb Development

shadcn/ui Has a Free API You're Not Using

via Dev.to ReactAlex Spinov4h ago

shadcn/ui is not a component library — it's a CLI that copies components into your codebase. But most developers just use npx shadcn add button and miss the powerful customization APIs. The Free APIs You're Missing 1. CLI — Intelligent Component Installation # Add component with all dependencies npx shadcn@latest add dialog # Add multiple at once npx shadcn@latest add button card input label # See what would be added (diff mode) npx shadcn@latest diff dialog # Update component to latest version npx shadcn@latest diff The CLI resolves dependencies, adds required packages, and never overwrites your customizations. 2. components.json — Full Customization { "$schema" : "https://ui.shadcn.com/schema.json" , "style" : "new-york" , "rsc" : true , "tsx" : true , "tailwind" : { "config" : "tailwind.config.ts" , "css" : "src/app/globals.css" , "baseColor" : "zinc" , "cssVariables" : true }, "aliases" : { "components" : "@/components" , "utils" : "@/lib/utils" , "ui" : "@/components/ui" , "lib" :

Continue reading on Dev.to React

Opens in a new tab

Read Full Article
2 views

Related Articles

How-To

The Difference between `let`, `var` and `const`

Medium Programming • 4h ago

How-To

Circulation Metrics Framework for Living Systems

Medium Programming • 6h ago

Red Rooms makes online poker as thrilling as its serial killer
How-To

Red Rooms makes online poker as thrilling as its serial killer

The Verge • 8h ago

Don’t Know What Project to Build? Here Are Developer Projects That Actually Make You Better
How-To

Don’t Know What Project to Build? Here Are Developer Projects That Actually Make You Better

Medium Programming • 10h ago

Why Most Developers
Stay Broke
How-To

Why Most Developers Stay Broke

Medium Programming • 12h ago

Discover More Articles