MCPcopy Create free account
hub / github.com/Codehagen/Badget / CircularUIProps

Interface CircularUIProps

src/components/sections/features-section.tsx:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178interface CircularUIProps {
179 label: string;
180 circles: CircleConfig[];
181 className?: string;
182}
183
184const CircularUI = ({ label, circles, className }: CircularUIProps) => (
185 <div className={className}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected