Skip to content

rowkitComponents for data-dense interfaces

Vue 3 components for tables, filters, and the states around them. Twelve of them, built on Reka UI, typed against your row.

See it work

Sort a column. Select some rows. This is the real component, not a screenshot.

Team members
Status
Ada LovelaceOwneractive3
Grace HopperAdminactive12
Alan TuringMemberinvited1
Katherine JohnsonMembersuspended0

0 selected · unsorted

The table reports the sort and renders what it is handed — it never reorders its own rows. That keeps a server-paged table honest, and useClientSort does the local case, which is what this demo uses.

Install

bash
pnpm add rowkit
css
@import 'tailwindcss';
@import 'rowkit/styles';

Both lines are required, and that second one is the step people miss — see installation for why, and for the Nuxt path.

v0.x, and not on npm yet. The name is reserved and publishing is the last phase of the plan, so that first command does not resolve today. Every component above is built and tested — you are looking at them running — but the API can still change before v1.0.

What this is not

A general-purpose UI kit. If you need forty components covering every case, Nuxt UI and shadcn-vue are better answers, and rowkit composes with either.

Twelve components, aimed at the part those kits leave you: the fast sortable table, and the loading, empty and filtered states that have to agree with each other. The scope is a decision, not a limitation — the full list, including what was deliberately left out, is in the roadmap.

MIT licensed. v0.x — the API is stabilising toward v1.0.