FunctionAnimatedCircularProgressBar({
max = 100,
min = 0,
value = 0,
gaugePrimaryColor,
gaugeSecondaryColor,
className
}: Props)
src/components/ui/animated-circular-progress.tsx:12
FunctionColorPicker({
value = "#ffffff",
format = "rgb",
gradient = false,
solid = true,
debounceMS = 300,
debounce =
src/components/color-picker/index.tsx:8
FunctionColorPickerSolid({
value = "#ffffff",
onChange = () => ({}),
format = "rgb",
debounceMS = 300,
debounce = true,
co
src/components/color-picker/solid/index.tsx:11
FunctionGradient({
value = "#ffffff",
onChange = () => ({}),
format = "rgb",
debounceMS = 300,
debounce = true,
sh
src/components/color-picker/gradient/index.tsx:17
FunctionGradientPanel({
color,
setColor,
activeColor,
setActiveColor,
setInit,
format = "rgb",
showGradientAngle = t
src/components/color-picker/gradient-panel/index.tsx:21
FunctionMarkers({
color,
setColor,
activeColor,
setActiveColor,
setInit,
format = "rgb",
allowAddGradientStops
src/components/color-picker/gradient-panel/Markers.tsx:69