MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / Sidebar.jsx

File Sidebar.jsx

src/components/navs/Sidebar.jsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { useRef, useState, useLayoutEffect, useCallback, useMemo, memo, useEffect, Fragment } from 'react';
2import { Link, useLocation, useNavigate } from 'react-router-dom';
3import { Box, Flex, VStack, Text, Stack, Icon, IconButton, Drawer, Image, Separator } from '@chakra-ui/react';
4import { ArrowRight, MenuIcon, SearchIcon, Sparkles, XIcon, HeartIcon } from 'lucide-react';

Callers

nothing calls this directly

Calls 3

slugFunction · 0.70
toPascalFunction · 0.70
handleClickFunction · 0.50

Tested by

no test coverage detected