install-kokonutui-component

Installation
SKILL.md

Installing a KokonutUI component

KokonutUI is a collection of 100+ open-source React components built with Next.js, React, Tailwind CSS v4, and Motion. Components are not published as an npm package — each one is copied into the target project as source code via the shadcn CLI, so it can be edited freely afterwards.

Discovering what exists

  • https://kokonutui.com/r/registry.json — machine-readable index of every installable component, including its dependencies and file list.
  • https://kokonutui.com/llms.txt — documentation index with one line per component and a link to its Markdown source.
  • https://kokonutui.com/r/{name}.json — the full registry entry for a single component, with the complete source of every file it ships.

To search the docs, request any docs page with Accept: text/markdown (or append .md to the URL) to get clean Markdown instead of HTML. For example, https://kokonutui.com/docs/cards/card-flip.md.

Installs
15
GitHub Stars
2.1K
First Seen
Aug 4, 2026
install-kokonutui-component — kokonut-labs/kokonutui