Pick your shadcn base, your style, your icons
Shadcncraft has introduced new features that allow users to choose their base, style, and icon library for projects. A live customizer is now available for previewing combinations before installation. This update aims to streamline the integration process and ensure that the design system remains consistent across different platforms.
- ▪Shadcncraft now supports Base UI and multiple icon libraries.
- ▪A new customizer allows users to preview combinations live before installation.
- ▪The update ensures that projects can define their defaults without needing adjustments post-install.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3410218) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } shadcncraft Posted on Apr 28 Pick your shadcn base, your style, your icons #shadcn #baseui #radix #react shadcncraft now supports Base UI, all seven shadcn styles, multiple icon libraries, and a new customizer for previewing combinations before install. shadcncraft now adapts to your setup. Choose your base, style, and icon library, and everything follows. A new customizer lets you preview combinations live.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.