125k

ATG Play MobileDock

A responsive five-tab navigation dock from ATG Play.

The mobile navigation used by ATG Play. Select a tab in the preview to change the active item without leaving this page.

LIVE PREVIEW

ATG PLAY

STREAMING LIBRARY

คัดมาให้คืนนี้

ATG ORIGINAL SERIES

ลูปเวลา

ซีซัน 1 · ตอนที่ 4 · เหลือ 18 นาที

62%

ดูต่อจากที่ค้างไว้

ดูทั้งหมด
ATG ORIGINAL
MIDNIGHTS1 · E06
NEW EPISODE
AFTERGLOWS2 · E02

เลือกมาเพื่อคุณ

application-ui/components/nav/mobile-dock.tsx
"use client";

import { AnimatePresence, motion } from "motion/react";
import { Bookmark, Clapperboard, House, Settings, Users } from "lucide-react";

Usage

import { MobileDock } from "@/components/nav/mobile-dock"
 
<MobileDock active="home" />

The real implementation and its styles are loaded from ATG Play's application-ui source.