Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 8b1788c

Browse files
committed
feat: add progress to kilo-ui
1 parent 211d8cd commit 8b1788c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/kilo-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"./accordion": "./src/components/accordion.tsx",
3939
"./sticky-accordion-header": "./src/components/sticky-accordion-header.tsx",
4040
"./resize-handle": "./src/components/resize-handle.tsx",
41+
"./progress": "./src/components/progress.tsx",
4142
"./progress-circle": "./src/components/progress-circle.tsx",
4243
"./tag": "./src/components/tag.tsx",
4344
"./typewriter": "./src/components/typewriter.tsx",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@opencode-ai/ui/progress"

0 commit comments

Comments
 (0)