Getting Started
Components
Special Effects
Animations
Text Animations
Backgrounds
A background striped pattern made with SVGs, fully customizable using Tailwind CSS.
Installation
pnpm dlx shadcn-svelte@latest add https://sv-animations.vercel.app/r/striped-pattern.json
Copy the Source Code
Copy and paste the following code into your project:
striped-pattern.svelte
index.ts
Props
A component for .
| Name | Type | Default | Description |
|---|---|---|---|
class | string | "" | Additional CSS classes to apply |
direction | "left" | "right" | "left" | Direction of the stripes |
width | number | 10 | Width of the pattern |
height | number | 10 | Height of the pattern |