A collection of enhanced components for shadcn-svelte.
Prerequisites | Installation | Special Thanks | License
shared
directory to your project.tailwind.config.ts
:const config = {
extend: {
keyframes: {
+ "shine": {
+ from: { backgroundPosition: '200% 0' },
+ to: { backgroundPosition: '-200% 0' },
+ },
},
animation: {
+ "shine": "shine 8s ease-in-out infinite",
},
},
}
Shadcn for the design and Shadcn-svelte for the components.
Enhanced Button component forked from jakobhoeg/enhanced-button, originally written for react.js.
This is purely for personal use, however, licensed under MIT.