#component #command-line-tool #collection #shadcn-svelte

app shadcn-svelte-plus

shadcn-svelte-plus cli tool

2 releases

0.1.2 Jul 3, 2024
0.1.1 Jul 2, 2024
0.1.0 Jul 2, 2024

#120 in #collection

Download history 10/week @ 2024-12-06 68/week @ 2025-02-14

68 downloads per month

MIT license

12KB
134 lines

shadcn-svelte-plus

A collection of enhanced components for shadcn-svelte.

Prerequisites | Installation | Special Thanks | License

Prerequisites

Installation

  • Copy over the components you need from the shared directory to your project.
  • Add the following to your tailwind.config.ts:
const config = {
    extend: {
        keyframes: {
+          "shine": {
+            from: { backgroundPosition: '200% 0' },
+            to: { backgroundPosition: '-200% 0' },
+           },
        },
        animation: {
+         "shine": "shine 8s ease-in-out infinite",
        },
    },
}

Special Thanks

Shadcn for the design and Shadcn-svelte for the components.

Enhanced Button component forked from jakobhoeg/enhanced-button, originally written for react.js.

License

This is purely for personal use, however, licensed under MIT.

Dependencies

~6–18MB
~237K SLoC