Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/table-features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@cloudflare/kumo": minor
---

feat(table): add layer variant, sort icon, and resize handle className prop

- Add variant prop to Table with "default" and "layer" options for elevated styling
- Add Table.SortIcon component for column sort indicators
- Add className prop support to Table.ResizeHandle
- Update sticky column documentation comments
1 change: 1 addition & 0 deletions packages/kumo-docs-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@cloudflare/kumo": "workspace:*",
"@phosphor-icons/react": "catalog:",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-table": "^8.21.3",
"@types/turndown": "5.0.6",
"astro": "^5.18.1",
"clsx": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions packages/kumo-docs-astro/src/components/SidebarNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const blockItems: NavItem[] = [
{ label: "Page Header", href: "/blocks/page-header" },
{ label: "Resource List", href: "/blocks/resource-list" },
{ label: "Delete Resource", href: "/blocks/delete-resource" },
{ label: "Tanstack Table", href: "/blocks/tanstack-table" },
];

// Build info injected via Vite define in astro.config.mjs
Expand Down
Loading
Loading