[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Showcase](/c/showcase/41)

# Building a new shadcn/ui component every day

592 views · 13 likes · 3 posts


Soapistic (@vitodev1) · 2025-05-01 · ♥ 8

Hey everyone!

I’ve started a small project where I build and share a **new shadcn/ui-based component every single day**.
The goal is to expand on the already awesome component set and explore more real-world UI use cases.

🔗 **Project site**: [shadcn-extra-five.vercel.app](https://shadcn-extra-five.vercel.app/)

### Day 1: Price Input + Currency Selector

![Screenshot 2025-05-01 at 17.16.19|690x373, 75%](upload://6h428LW497ivKXz8DGSumLbG5vi.png)

A custom input component for entering prices with a built-in currency picker.
It’s perfect for any e-commerce or billing UI, and fully built on top of shadcn/ui primitives.

Here’s what it supports:

* Amount input with full keyboard handling
* Currency selector using a dropdown menu
* Clean and responsive layout
* Easy integration into forms

I'll be adding more components daily, and I'd love for you to check it out, give feedback, or suggest components you’d like to see added.

Let’s push the boundaries of what’s possible with shadcn/ui.
(website was built by v0, because time).
Thanks for reading!


Jacob Paris (@jacobparis) · 2025-05-01 · ♥ 4

very cool, this is something I need to rebuild for myself in pretty much every project


Ralfiette (@ralfiette) · 2025-05-02 · ♥ 1

Thank you for sharing. I'm new to this and am currently rebuilding my app super useful!