Command Palette
Search for a command to run...
Loading component...
pnpm dlx shadcn add @skiper-ui/skiper86Apple Ai gradient
Apple Intelligence inspired animated border gradient effect. Features rotating gradient colors, customizable blur intensity, and smooth fade transitions with sound effects.
Dependencies
Interaction Type
| Click to toggle gradient | |
| Watch gradient rotation | |
| Continuous animation loop |
Install via Pro CLI [Requires a Pro license key]
pnpm dlx shadcn add @skiper-ui/skiper86How to use
import { AppleBorderGradient } from "@/components/v1/skiper86"; const CustomExample = () => { const [isActive, setIsActive] = useState(false); return ( <div className="relative h-screen w-full"> <AppleBorderGradient preview={isActive} intensity="xl" /> <button onClick={() => setIsActive(!isActive)}>Toggle</button> </div> ); };
Props | Description |
|---|---|
preview | Controls gradient visibility |
intensity | Blur intensity level |
className | Additional CSS classes |
Source code
Click on the top right to view the source code
Keep in mind
Most components here are recreations of the best out there. I don't claim to be the original creator. This is my attempt to reverse-engineer, replicate, and often add a few extra features. I've tried to credit everyone, but if I missed something, let me know.
Contact
Additionlly, if you find any bug or issue, feel free toDrop a dm.
License & Usage:
- Free to use and modify in both personal and commercial projects.
- Attribution to Skiper UI is required when using the free version.
- No attribution required with Skiper UI Pro.