A collection of additional components designed specifically for Shadcn-Svelte.
Install the enhancements with a single command:
npx shadcn-svelte-enhancements init
-
Virtualized Select
Select and multi-select, but with a twist: it includes built-in virtualization. -
Transfer List
A list with options to transfer items between two lists. -
Password Input
Secure password input with visibility toggle. -
Scroll Progress Indicator
Displays a progress bar based on scroll position. -
Link
A custom link component with styling options.
Highly inspired by shadcn-svelte-extras, I decided to disable my components in favor of their excellent work. They do an amazing job, and their components are far superior!
-
Code Snippet
A smaller, inline code component. -
Copy Button
A button for copying content to the clipboard. -
File Dropzone (Preview)
Drag-and-drop file upload with live preview. -
Code Block
A styled block for displaying code with syntax highlighting. -
Avatar Group
Group and display multiple avatars.