CORE
15 PROPSProgressBarCore
基础填充、多层容量与配色、跨层增量高亮、满值外光与前沿特效。
58/100
USAGE / TSX
import { ProgressBarCore } from "@/components/progress-kit";
<ProgressBarCore
value={158}
maxValue={100}
layerCount={3}
layerMaxValues={[100, 100, 120]}
layerColors={["#75e45f", "#55d9ff", "#a984ff"]}
showRemainingLayers
fillTone="amber"
textMode="center"
segmentMode="uniform"
segmentCount={5}
effectMode="increase"
effectTick={effectTick}
animate
stackedIncreaseHighlight
stackedIncreaseCatchUpDurationMs={900}
pauseAtStageRewards
stageRewardPauseDurationMs={1200}
scrollFollowMode="actual"
showFullGlow
/>