Skip to content

Instantly share code, notes, and snippets.

@Naveen827127
Naveen827127 / App.jsx
Created October 4, 2025 08:04
Smart home dashboard | Glassmorphism | Liquid glass design
import { useState, useCallback } from "react";
import {
Menu,
X,
Home,
Thermometer,
Lightbulb,
Lock,
Sun,
Zap,
@Naveen827127
Naveen827127 / App.jsx
Created October 3, 2025 10:54
Carousel cake UI | Framer Motion
import { useState } from 'react';
import { motion, AnimatePresence } from 'framer-motion';
import { ChevronLeft, ChevronRight } from 'lucide-react';
// --- Mock Data for Cakes ---
const cakeData = [
{
id: 1,
name: 'Velvet Strawberry',
description: 'Layers of fluffy sponge, fresh strawberries, and light-as-air vanilla cream.',
@Naveen827127
Naveen827127 / App.jsx
Last active October 3, 2025 10:55
Drone Carousel UI | Framer Motion
import { useState } from "react";
import { motion, AnimatePresence } from "framer-motion";
import { ChevronLeftIcon, ChevronRightIcon } from "lucide-react";
// --- DRONE DATA ---
const DRONES = [
{
id: 1,
model: "Titan S-V",
name: "The Heavy Lift",