GoodCase.aiGoodCase.aiAI提示语案例合集
排行榜案例Skills创作者收藏投稿早报
中文EN
Agent 接入 →
GoodCase.ai · AI提示语案例合集案例库加载中。
更新日志反馈
GoodCase.aiGoodCase.aiAI提示语案例合集
排行榜案例Skills创作者收藏投稿早报
中文EN
Agent 接入 →

案例库 · 公开证据

从作品结果,回到作者与方法。

这里不收资讯摘要,只收能指向作品、作者、过程和原始来源的 Case。榜单、收藏、作者页与复测记录都从同一条 Case 继续生长。

当前结果
547
案例 · 第 4/23 页
筛选
全部
已选择
全部AI 视频AI 编程(UI)AI 图像AI 文案AI 硬件
排序来源热度稳定度最新
Comet Card
AI 编程(UI)Aceternity UI

Comet Card

创作者 Aceternity UI →

摘要

// components/ui/comet-card.tsx "use client"; import React, { useRef } from "react"; import { motion, useMotionValue, useSpring, useTransform, useMo…

提示语

// components/ui/comet-card.tsx "use client"; import React, { useRef }…

来源热度
—
稳定度
查看 Case →
AI 编程(UI)Aceternity UI

3D Animated Pin

创作者 Aceternity UI →

摘要

// components/ui/3d-pin.tsx "use client"; import React, { useState } from "react"; import { motion } from "motion/react"; import { cn } from "@/lib/…

Skill · 3D / 动效 Hero

提示语

// components/ui/3d-pin.tsx "use client"; import React, { useState } from…

来源热度
—
稳定度
查看 Case →
Wobble Card
AI 编程(UI)Aceternity UI

Wobble Card

创作者 Aceternity UI →

摘要

// components/ui/wobble-card.tsx "use client"; import React, { useState } from "react"; import { motion } from "motion/react"; import { cn } from "@…

提示语

// components/ui/wobble-card.tsx "use client"; import React, { useState }…

来源热度
—
稳定度
查看 Case →
Scales
AI 编程(UI)Aceternity UI

Scales

创作者 Aceternity UI →

摘要

// components/ui/scales.tsx import { cn } from "@/lib/utils"; import React from "react"; export interface ScalesProps { orientation?: "horizontal" |…

提示语

// components/ui/scales.tsx import { cn } from "@/lib/utils"; import…

来源热度
—
稳定度
查看 Case →
ASCII Art
AI 编程(UI)Aceternity UI

ASCII Art

创作者 Aceternity UI →

摘要

// components/ui/ascii-art.tsx "use client"; import React, { useEffect, useLayoutEffect, useRef, useState, useCallback, useId, } from "react"; impor…

提示语

// components/ui/ascii-art.tsx "use client"; import React, { useEffect,…

来源热度
—
稳定度
查看 Case →
3D Globe
AI 编程(UI)Aceternity UI

3D Globe

创作者 Aceternity UI →

摘要

// components/ui/3d-globe.tsx "use client"; import React, { useRef, useMemo, useState, useCallback, Suspense } from "react"; import { Canvas, useFra…

Skill · 3D / 动效 Hero

提示语

// components/ui/3d-globe.tsx "use client"; import React, { useRef,…

来源热度
—
稳定度
查看 Case →
Keyboard
AI 编程(UI)Aceternity UI

Keyboard

创作者 Aceternity UI →

摘要

// components/ui/keyboard.tsx "use client"; import React, { createContext, useContext, useEffect, useRef, useState, useCallback, } from "react"; imp…

提示语

// components/ui/keyboard.tsx "use client"; import React, {…

来源热度
—
稳定度
查看 Case →
Dither Shader
AI 编程(UI)Aceternity UI

Dither Shader

创作者 Aceternity UI →

摘要

// components/ui/dither-shader.tsx "use client"; import React, { useEffect, useRef, useCallback, useState } from "react"; import { cn } from "@/lib/…

提示语

// components/ui/dither-shader.tsx "use client"; import React, {…

来源热度
—
稳定度
查看 Case →
Dotted Glow Background
AI 编程(UI)Aceternity UI

Dotted Glow Background

创作者 Aceternity UI →

摘要

// components/ui/dotted-glow-background.tsx "use client"; import React, { useEffect, useRef, useState } from "react"; type DottedGlowBackgroundProps…

提示语

// components/ui/dotted-glow-background.tsx "use client"; import React, {…

来源热度
—
稳定度
查看 Case →
Sticky Banner
AI 编程(UI)Aceternity UI

Sticky Banner

创作者 Aceternity UI →

摘要

// components/ui/sticky-banner.tsx "use client"; import React, { SVGProps, useState } from "react"; import { motion, useMotionValueEvent, useScroll …

提示语

// components/ui/sticky-banner.tsx "use client"; import React, {…

来源热度
—
稳定度
查看 Case →
Draggable Card
AI 编程(UI)Aceternity UI

Draggable Card

创作者 Aceternity UI →

摘要

// components/ui/draggable-card.tsx "use client"; import { cn } from "@/lib/utils"; import React, { useRef, useState, useEffect } from "react"; impo…

提示语

// components/ui/draggable-card.tsx "use client"; import { cn } from…

来源热度
—
稳定度
查看 Case →
Resizable Navbar
AI 编程(UI)Aceternity UI

Resizable Navbar

创作者 Aceternity UI →

摘要

// components/ui/resizable-navbar.tsx "use client"; import { cn } from "@/lib/utils"; import { IconMenu2, IconX } from "@tabler/icons-react"; import…

提示语

// components/ui/resizable-navbar.tsx "use client"; import { cn } from…

来源热度
—
稳定度
查看 Case →
Glowing Effect
AI 编程(UI)Aceternity UI

Glowing Effect

创作者 Aceternity UI →

摘要

// components/ui/glowing-effect.tsx "use client"; import { memo, useCallback, useEffect, useRef } from "react"; import { cn } from "@/lib/utils"; im…

提示语

// components/ui/glowing-effect.tsx "use client"; import { memo,…

来源热度
—
稳定度
查看 Case →
AI 编程(UI)Aceternity UI

Spotlight New

创作者 Aceternity UI →

摘要

// components/ui/spotlight-new.tsx "use client"; import React from "react"; import { motion } from "motion/react"; type SpotlightProps = { gradientF…

提示语

// components/ui/spotlight-new.tsx "use client"; import React from…

来源热度
—
稳定度
查看 Case →
Magnetic Button
AI 编程(UI)Aceternity UI

Magnetic Button

创作者 Aceternity UI →

摘要

// components/ui/magnetic-button.tsx "use client"; import React, { useRef, useState } from "react"; import { motion } from "motion/react"; export co…

提示语

// components/ui/magnetic-button.tsx "use client"; import React, {…

来源热度
—
稳定度
查看 Case →
Carousel
AI 编程(UI)Aceternity UI

Carousel

创作者 Aceternity UI →

摘要

// components/ui/carousel.tsx "use client"; import { IconArrowNarrowRight } from "@tabler/icons-react"; import { useState, useRef, useId, useEffect …

提示语

// components/ui/carousel.tsx "use client"; import { IconArrowNarrowRight…

来源热度
—
稳定度
查看 Case →
Code Block
AI 编程(UI)Aceternity UI

Code Block

创作者 Aceternity UI →

摘要

// components/ui/code-block.tsx "use client"; import React from "react"; import { Prism as SyntaxHighlighter } from "react-syntax-highlighter"; impo…

提示语

// components/ui/code-block.tsx "use client"; import React from "react";…

来源热度
—
稳定度
查看 Case →
Animated Testimonials
AI 编程(UI)Aceternity UI

Animated Testimonials

创作者 Aceternity UI →

摘要

// components/ui/animated-testimonials.tsx "use client"; import { IconArrowLeft, IconArrowRight } from "@tabler/icons-react"; import { motion, Anima…

提示语

// components/ui/animated-testimonials.tsx "use client"; import {…

来源热度
—
稳定度
查看 Case →
Lens
AI 编程(UI)Aceternity UI

Lens

创作者 Aceternity UI →

摘要

// components/ui/lens.tsx "use client"; import React, { useRef, useState } from "react"; import { AnimatePresence, motion } from "motion/react"; int…

提示语

// components/ui/lens.tsx "use client"; import React, { useRef, useState…

来源热度
—
稳定度
查看 Case →
Background Beams With Collision
AI 编程(UI)Aceternity UI

Background Beams With Collision

创作者 Aceternity UI →

摘要

// components/ui/background-beams-with-collision.tsx "use client"; import { cn } from "@/lib/utils"; import { motion, AnimatePresence } from "motion…

提示语

// components/ui/background-beams-with-collision.tsx "use client"; import…

来源热度
—
稳定度
查看 Case →
Floating Dock
AI 编程(UI)Aceternity UI

Floating Dock

创作者 Aceternity UI →

摘要

// components/ui/floating-dock.tsx "use client"; /** * Note: Use position fixed according to your needs * Desktop navbar is better positioned at the…

提示语

// components/ui/floating-dock.tsx "use client"; /** * Note: Use position…

来源热度
—
稳定度
查看 Case →
Card Spotlight
AI 编程(UI)Aceternity UI

Card Spotlight

创作者 Aceternity UI →

摘要

// components/ui/card-spotlight.tsx "use client"; import { useMotionValue, motion, useMotionTemplate } from "motion/react"; import React, { MouseEve…

提示语

// components/ui/card-spotlight.tsx "use client"; import {…

来源热度
—
稳定度
查看 Case →
Animated Modal
AI 编程(UI)Aceternity UI

Animated Modal

创作者 Aceternity UI →

摘要

// components/ui/animated-modal.tsx "use client"; import { cn } from "@/lib/utils"; import { AnimatePresence, motion } from "motion/react"; import R…

提示语

// components/ui/animated-modal.tsx "use client"; import { cn } from…

来源热度
—
稳定度
查看 Case →
Glare Card
AI 编程(UI)Aceternity UI

Glare Card

创作者 Aceternity UI →

摘要

// components/ui/glare-card.tsx "use client"; import { cn } from "@/lib/utils"; import { useRef } from "react"; export const GlareCard = ({ children…

提示语

// components/ui/glare-card.tsx "use client"; import { cn } from…

来源热度
—
稳定度
查看 Case →

第 73–96 条,共 547 条

← 上一页1…345…23下一页 →
GoodCase.ai · AI提示语案例合集所有发现、榜单与创作者关系都回到 Case,不再拆成独立产品。
更新日志反馈