Looking for modern UI templates?
Explore 15+ Best Shadcn Templates for Next.js covering Admin Dashboards, SaaS starters, Landing Pages, and Websites built with React, Tailwind CSS, and TypeScript.
🔗 www.wrappixel.com/best-shadcn-...
#Nextjs #React #Shadcn #TailwindCSS #TypeScript #WebDev
New week, new Shadcn drops 🚀
25+ blocks + 18+ components added.
What should we build next?
🔗 shadcnspace.com/blocks
#shadcn #shadcnui #shadcnblocks #shadcntemplates #shadcnuiblocks #shadcncomponents
BIG update🚀
60+ new @shadcn blocks & components added.
Build landing pages and dashboards faster.
Check it out 👉 shadcnspace.com
#shadcn #shadcnui #shadcnuiblocks #shadcncomponents #shadcntools
shadcn components
🚀 Looking for the best Shadcn UI components for React and Next.js?
Explore a curated list of 30+ components to help you build dashboards, forms, navigation, dialogs, and modern interfaces faster with Tailwind CSS.
Read the full guide:
www.wrappixel.com/best-shadcn-...
#React #Nextjs #Shadcn
Discover ready-to-use Shadcn sidebar components for modern dashboards.
Built with React + Next.js. Responsive. Easy to customize.
👉 www.wrappixel.com/shadcn-sideb...
#React #NextJS #WebDev #UI #shadcn #shadcnui #shadcndashboard #shadcnsidebar
New component is out: Select
• Groups & separators
• Size variants
• Disabled items
• Popper positioning
Try it → ui.bejamas.com/components/s...
#astro #shadcn
New component: 💬 Tooltip
Delay, positioning, alignment — fully configurable.
Give it a go: ui.bejamas.com/components/t...
#astro #shadcn
A relire : Un look rétro 8-bit à vos composants Shadcn avec 8bitcn
blog.shevarezo.fr/post/2025/05/14/css-shad...
#css #shadcn #tailwind @orcdev
I just published 14+ #Shadcn Libraries Every #Startup Should Check Before Building New #Websites
blog.startupstash.com/14-shadcn-li...
@freelancebarme.bsky.social @natiakurdadze.bsky.social #startupstash
@haul-pebert.bsky.social has a point here! Or should I say radio button? #shadcn
paulmakeswebsites.com/writing/shad...
We’re launching #Shadcn Space Pro soon 🚀
To celebrate, we’re giving away 100 Startup Licenses to early supporters.
What’s included:
• Premium blocks & templates
• Lifetime access
• Locked launch pricing
Join here → shadcnspace.com/blog/shadcn-...
#shadcnblocks #shadcntools #shadcntemplates
Crypgo - a bold, dark-themed Shadcn landing page made for crypto & Web3 startups.
Clean UI, strong trust signals, and modern fintech vibes 🖤
Built with Next.js, React & Tailwind CSS
👉 shadcnspace.com/templates/cr...
#Web3 #CryptoDesign #NextJS #Shadcn #ShadcnUI
Get reusable #CardComponents built with #Shadcn ✨
Perfect for #DashboardUI, SaaS apps, and modern #Websites.
🔗 Download here: shadcnspace.com/components/c...
🎨 Get the Figma file: www.figma.com/community/fi...
Want to build a fully functional Kanban board with #React and #shadcn?
This in-depth tutorial walks you through building a Trello-like board, complete with drag-and-drop cards, clean UI & a modern architecture.
Check it out now👇
marmelab.com/blog/2026/01...
@shadcn.com
Shadcn UI v3.7.0 is live. 📦
Two major DX improvements dropped yesterday:
Remix Icons support: Finally, official support for a broader icon set beyond Lucide.
New registry add command: Streamlines how we pull custom registry items into projects.
🏷️ #Shadcn #React #UI #WebDev #Frontend
We also use ShadCN UI tailwindcss components throughout the game; they're very handy for constructing the UI! #shadcn #ui #tailwindcss
Use Shadcn UI in SymfonyUX with Toolkit package.
This looks pretty cool.
Link: ux.symfony.com/toolkit/kits/shadcn/comp...
- https://symfony.com/blog/symfonyux-2-32-0-released
#symfony #shadcn
Replyke | Add comments to your React project easily
✅100% free
✅Open-source
✅Fast & easy integration
Docs: docs.replyke.com
Source: github.com/replyke/mono...
#shadcn #react #nextjs #buildinpublic
Mapcn - Map components for Shadcn/ui
📖Docs: mapcn.vercel.app
📄Source: github.com/AnmolSaini16...
Thanks to Anmoldeep Singh for sharing such an amazing project!
#shadcn #tailwindcss #buildinpublic
#Shadcn débarque dans #SymfonyUx ! 🥳
ux.symfony.com/toolkit?ref=...
Today's coding session using saas-blocks.com a few prompts to get from requirements to fully deployed and implemented admin functionality for the gym platform I'm building for a client.
As usual using Cloudflare Workers + D1 and Tanstack Start.
#buildinpublic #indiedev #shadcn
Started work on the better-auth blocks for saas-blocks.com today
Up next I want to build this out to be the base for vibe coded projects. More than UI blocks, less than a complete application
Flexible enough for the LLM to wire into whatever you're building
#buildinpublic #shadcn #solofounder
If you need a Next.js SaaS dashboard, this is for you 🚀
We curated 11+ best SaaS dashboard templates for 2026 - simple UI, modern layout, and developer-friendly.
🔗 Download & explore:
tailwind-admin.com/blogs/saas-d...
#NextJS #SaaS #DashboardUI #TailwindCSS #shadcn #react #dashboardtemplates
🔔 Nouvel article ! 🔔
🆕 Créer et partager des thèmes pour shadcn avec ShadcnThemer
blog.shevarezo.fr/post/2025/12/24/creer-pa...
#css #shadcn #shadcnui @miketromba
Screenshot of the PdfContainer
Screenshot of the PdfViewer (Promise)
import { PdfViewer } from '@/components/twc-ui/pdf-viewer' const doSomething = async () => { await PdfViewer.call({ file: '/compressed.tracemonkey-pldi-09.pdf' }) }
import { PdfContainer } from '@/components/twc-ui/pdf-container' export const Demo = () => { return ( <PdfContainer file="/compressed.tracemonkey-pldi-09.pdf" /> ) } export default Demo
#shadcn and #vaul are two awesome pieces of software.
However, with the recent release of Base UI primitives, I ran into some issues with the Drawer component.
See here: stackblitz.com/edit/stackbl....
So for my projects, I built base-vaul.netlify.app. It's vaul, but powered by @base-ui.com
I have finally worked out all of the 'use client' bugs when installing the free blocks on a fresh nextjs project. Gonna do these 11 screens as the free blocks.
It's so close to being ready.
#buildinpublic #shadcn #webdev #indiehackers
Mark Your Calendars! The next evolution in #Shadcn, @shadcnspace.bsky.social , launches Jan 2026! ✨
We've polished the foundation set by @shadcn.com, clean-code, high-end design & animated #components for modern apps.
Visit ➡️ www.ShadcnSpace.com
www.youtube.com/watch?v=J7SM...