Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codehagen/Badget
/ CircleConfig
Interface
CircleConfig
src/components/sections/features-section.tsx:174–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
);
173
174
interface CircleConfig {
175
pattern:
"none"
|
"border"
|
"primary"
|
"blue"
;
176
}
177
178
interface CircularUIProps {
179
label: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected