UI Library for Design Engineers. Animated components and effects you can copy and paste into your apps. Free. Open Source.
67 matches across 1 category. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | apps/www/components/icons.tsx | 669 | export function getIconForLanguageExtension(language: string) { |
| LOW | …ww/components/sections/expandable-masonary-section.tsx | 17 | export function ExpandableMasonarySection({ |
| LOW | apps/www/public/llms-full.txt | 1203 | export default function AnimatedBeamMultipleOutputDemo({ |
| LOW | apps/www/public/llms-full.txt | 1716 | export default function AnimatedBeamMultipleOutputDemo({ |
| LOW | apps/www/public/llms-full.txt | 2223 | export function AnimatedCircularProgressBar({ |
| LOW | apps/www/public/llms-full.txt | 2332 | export default function AnimatedCircularProgressBarDemo() { |
| LOW | apps/www/public/llms-full.txt | 3111 | function getThemeTransitionClipPaths( |
| LOW | apps/www/public/llms-full.txt | 3369 | export default function AnimatedThemeTogglerSquareDemo() { |
| LOW | apps/www/public/llms-full.txt | 3384 | export default function AnimatedThemeTogglerDiamondDemo() { |
| LOW | apps/www/public/llms-full.txt | 3399 | export default function AnimatedThemeTogglerRectangleDemo() { |
| LOW | apps/www/public/llms-full.txt | 3414 | export default function AnimatedThemeTogglerHexagonDemo() { |
| LOW | apps/www/public/llms-full.txt | 3429 | export default function AnimatedThemeTogglerTriangleDemo() { |
| LOW | apps/www/public/llms-full.txt | 3444 | export default function AnimatedThemeTogglerStarDemo() { |
| LOW | apps/www/public/llms-full.txt | 3463 | export default function AnimatedThemeTogglerNextThemesDemo() { |
| LOW | apps/www/public/llms-full.txt | 7136 | export default function DotPatternWithGlowEffectDemo() { |
| LOW | apps/www/public/llms-full.txt | 8328 | export default function FlickeringGridRoundedDemo() { |
| LOW | apps/www/public/llms-full.txt | 8955 | export default function GridPatternLinearGradient() { |
| LOW | apps/www/public/llms-full.txt | 9191 | export default function HeroVideoDialogDemoTopInBottomOut() { |
| LOW | apps/www/public/llms-full.txt | 9566 | export default function HexagonPatternLinearGradient() { |
| LOW | apps/www/public/llms-full.txt | 10736 | export default function InteractiveGridPatternDemo() { |
| LOW | apps/www/public/llms-full.txt | 10759 | export default function InteractiveGridPatternDemo() { |
| LOW | apps/www/public/llms-full.txt | 10820 | export default function InteractiveHoverButtonDemo() { |
| LOW | apps/www/public/llms-full.txt | 16474 | export default function ScrollBasedVelocityImagesDemo() { |
| LOW | apps/www/public/r/dot-pattern-with-glow-effect.json | 13 | "content": "\"use client\"\n\nimport { cn } from \"@/lib/utils\"\nimport { DotPattern } from \"@/registry/magicui/ |
| LOW | …public/r/hero-video-dialog-demo-top-in-bottom-out.json | 13 | "content": "import { HeroVideoDialog } from \"@/registry/magicui/hero-video-dialog\"\n\nexport default function He |
| LOW | apps/www/public/r/flickering-grid-rounded-demo.json | 13 | "content": "import { FlickeringGrid } from \"@/registry/magicui/flickering-grid\"\n\nexport default function Flick |
| LOW | …/www/public/r/animated-theme-toggler-diamond-demo.json | 13 | "content": "import { AnimatedThemeToggler } from \"@/registry/magicui/animated-theme-toggler\"\n\nexport default f |
| LOW | …/www/public/r/animated-theme-toggler-hexagon-demo.json | 13 | "content": "import { AnimatedThemeToggler } from \"@/registry/magicui/animated-theme-toggler\"\n\nexport default f |
| LOW | apps/www/public/r/grid-pattern-linear-gradient.json | 13 | "content": "\"use client\"\n\nimport { cn } from \"@/lib/utils\"\nimport { GridPattern } from \"@/registry/magicui |
| LOW | …ww/public/r/animated-theme-toggler-rectangle-demo.json | 13 | "content": "import { AnimatedThemeToggler } from \"@/registry/magicui/animated-theme-toggler\"\n\nexport default f |
| LOW | …www/public/r/animated-theme-toggler-triangle-demo.json | 13 | "content": "import { AnimatedThemeToggler } from \"@/registry/magicui/animated-theme-toggler\"\n\nexport default f |
| LOW | apps/www/public/r/hexagon-pattern-linear-gradient.json | 13 | "content": "\"use client\"\n\nimport { cn } from \"@/lib/utils\"\nimport { HexagonPattern } from \"@/registry/magi |
| LOW | …/public/r/animated-theme-toggler-next-themes-demo.json | 16 | "content": "\"use client\"\n\nimport { useTheme } from \"next-themes\"\n\nimport { AnimatedThemeToggler } from \"@ |
| LOW | …/www/public/r/animated-circular-progress-bar-demo.json | 13 | "content": "\"use client\"\n\nimport { useEffect, useState } from \"react\"\n\nimport { AnimatedCircularProgressBa |
| LOW | …s/www/public/r/animated-theme-toggler-square-demo.json | 13 | "content": "import { AnimatedThemeToggler } from \"@/registry/magicui/animated-theme-toggler\"\n\nexport default f |
| LOW | apps/www/public/r/interactive-grid-pattern-demo-2.json | 13 | "content": "\"use client\"\n\nimport { cn } from \"@/lib/utils\"\nimport { InteractiveGridPattern } from \"@/regis |
| LOW | apps/www/public/r/interactive-grid-pattern-demo.json | 13 | "content": "\"use client\"\n\nimport { cn } from \"@/lib/utils\"\nimport { InteractiveGridPattern } from \"@/regis |
| LOW | apps/www/public/r/animated-circular-progress-bar.json | 10 | "content": "import { cn } from \"@/lib/utils\"\n\ninterface AnimatedCircularProgressBarProps {\n max?: number\n |
| LOW | apps/www/public/r/animated-beam-multiple-outputs.json | 13 | "content": "\"use client\"\n\nimport React, { forwardRef, useRef } from \"react\"\n\nimport { cn } from \"@/lib/ut |
| LOW | apps/www/public/r/animated-beam-multiple-inputs.json | 13 | "content": "\"use client\"\n\nimport React, { forwardRef, useRef } from \"react\"\n\nimport { cn } from \"@/lib/ut |
| LOW | apps/www/public/r/animated-theme-toggler.json | 13 | "content": "\"use client\"\n\nimport { useCallback, useEffect, useRef, useState } from \"react\"\nimport { Moon, S |
| LOW | …ps/www/public/r/scroll-based-velocity-images-demo.json | 13 | "content": "import {\n ScrollVelocityContainer,\n ScrollVelocityRow,\n} from \"@/registry/magicui/scroll-based-v |
| LOW | apps/www/public/r/interactive-hover-button-demo.json | 13 | "content": "import { InteractiveHoverButton } from \"@/registry/magicui/interactive-hover-button\"\n\nexport defau |
| LOW | apps/www/public/r/animated-theme-toggler-star-demo.json | 13 | "content": "import { AnimatedThemeToggler } from \"@/registry/magicui/animated-theme-toggler\"\n\nexport default f |
| LOW | …ww/registry/magicui/animated-circular-progress-bar.tsx | 12 | export function AnimatedCircularProgressBar({ |
| LOW | apps/www/registry/magicui/animated-theme-toggler.tsx | 40 | function getThemeTransitionClipPaths( |
| LOW | …istry/example/animated-theme-toggler-triangle-demo.tsx | 3 | export default function AnimatedThemeTogglerTriangleDemo() { |
| LOW | …ry/example/animated-theme-toggler-next-themes-demo.tsx | 7 | export default function AnimatedThemeTogglerNextThemesDemo() { |
| LOW | …ww/registry/example/animated-beam-multiple-outputs.tsx | 27 | export default function AnimatedBeamMultipleOutputDemo({ |
| LOW | …registry/example/scroll-based-velocity-images-demo.tsx | 16 | export default function ScrollBasedVelocityImagesDemo() { |
| LOW | …gistry/example/animated-circular-progress-bar-demo.tsx | 7 | export default function AnimatedCircularProgressBarDemo() { |
| LOW | …/www/registry/example/grid-pattern-linear-gradient.tsx | 6 | export default function GridPatternLinearGradient() { |
| LOW | …w/registry/example/interactive-grid-pattern-demo-2.tsx | 6 | export default function InteractiveGridPatternDemo() { |
| LOW | …egistry/example/animated-theme-toggler-square-demo.tsx | 3 | export default function AnimatedThemeTogglerSquareDemo() { |
| LOW | …gistry/example/animated-theme-toggler-hexagon-demo.tsx | 3 | export default function AnimatedThemeTogglerHexagonDemo() { |
| LOW | …y/example/hero-video-dialog-demo-top-in-bottom-out.tsx | 3 | export default function HeroVideoDialogDemoTopInBottomOut() { |
| LOW | …www/registry/example/interactive-grid-pattern-demo.tsx | 6 | export default function InteractiveGridPatternDemo() { |
| LOW | …stry/example/animated-theme-toggler-rectangle-demo.tsx | 3 | export default function AnimatedThemeTogglerRectangleDemo() { |
| LOW | …www/registry/example/animated-beam-multiple-inputs.tsx | 27 | export default function AnimatedBeamMultipleOutputDemo({ |
| LOW | …/registry/example/animated-theme-toggler-star-demo.tsx | 3 | export default function AnimatedThemeTogglerStarDemo() { |
| 7 more matches not shown… | |||