This component no longer exists. It was in atlas-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
Warp Slider
atlas-ui/warp-slider-htmlRemovedUtility
A smooth, infinite slider with dynamic warp distortion and momentum based scrolling built with HTML, CSS, JavaScript and Three.js.
Install it
npx shadcn@latest add https://atlasui.dev/r/warp-slider-html.jsonSource
1<!doctype html>2<html lang="en">3 <head>4 <meta charset="UTF-8" />5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />6 <link rel="stylesheet" href="style.css" />7 <title>Warp Slider - Atlas UI</title>8 </head>9 <body>10 <section class="slider">11 <div class="slide-info">12 <p id="slide-title"></p>13 <p id="slide-count"></p>14 </div>15 </section>1617 <script type="module" src="script.js"></script>18 </body>19</html>
What it pulls in
npm packages
