feat(registry): add @niko-table to the registry directory - #11206
Closed
Semkoo wants to merge 1 commit into
Closed
Conversation
Contributor
|
@Semkoo is attempting to deploy a commit to the shadcn-pro Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
Can you sign the commits please? See https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits. Thank you. |
Collaborator
|
Thanks, added this to #11861. Closing this one so we can track it there. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Niko Table to
apps/v4/registry/directory.json.Niko Table is an open-code registry of composable data-table and editable data-grid components built on TanStack Table and shadcn/ui: faceted and advanced filters, sorting, row/column drag-and-drop, virtualization, column resizing and width persistence, server-side pagination, and a spreadsheet-style grid — all installed à la carte.
{ "name": "@niko-table", "homepage": "https://niko-table.com", "url": "https://niko-table.com/r/{name}.json", "description": "Composable, open-code data tables and an editable data grid built on TanStack Table: …" }Criteria
https://niko-table.com/r/{name}.json./r/registry.jsondeclares$schema: https://ui.shadcn.com/schema/registry.jsonand is generated byshadcn build; all 31 items resolve./r/registry.jsonand/r/{item}.jsonsit at the root of the registry; no nested items.filesentries carry onlypathandtype.Verification
npx shadcn@latest search @niko-table→ returns all 31 items with titles and descriptions.npx shadcn@latest add @niko-table/data-table(and every other item) installs into a fresh Next.js app and typechecks cleanly under both the Radix (new-york) and Base UI (base-nova) styles.directoryEntrySchemainapps/v4/scripts/validate-registries.mts(name regex,homepageURL,urlcontains{name},description,logo).stroke='var(--foreground)'so it adapts to light/dark like the surrounding entries.The diff is a single appended entry; the existing 238 entries are byte-for-byte unchanged.