Loading component…
Components /Twisting Ribbon
3D waving neon ribbon animation
Run the following command
npx shadcn@latest add https://raw.githubusercontent.com/Ashutoshx7/VengeanceUI/main/public/r/twisting-ribbon.json| Prop Name | Type | Default | Description |
|---|---|---|---|
| className | string | - | Additional CSS classes for the container. |
| segments | number | 400 | Number of geometric segments along the ribbon. |
| waveSpeed | number | 0.018 | Speed of the ribbon motion. |
| waveAmplitude | number | 1 | Scale multiplier for the wave height. |
| twistCycles | number | 6 | Number of full twists across the ribbon length. |
| lightColors | RibbonColors | - | Object containing hex colors (face, foldA, foldB, foldC) for light mode. |
| darkColors | RibbonColors | - | Object containing hex colors (face, foldA, foldB, foldC) for dark mode. |