MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / SlideToggleProps

Interface SlideToggleProps

src/showcase/components/toggle/SlideToggle.tsx:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { AnimatePresence, motion } from 'framer-motion'
4
5interface SlideToggleProps {
6 onToggle?: (toggled: boolean) => void
7 onLabel?: string
8 offLabel?: string
9 isToggled?: boolean
10}
11
12interface SlideToggleContextType {
13 toggled: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected