cloudflare/kumo ? reverse-engineered prompt
Reverse engineered prompt
Build me a React component library for modern web apps, similar to Cloudflare Kumo. I want reusable, polished, accessible components like Button, Input, Dialog, and a few basic primitives, with keyboard support, focus handling, and the right ARIA behavior built in so people can use them without worrying about accessibility details.
Make it easy to import the whole library, but also support importing single components for smaller bundles. Include a shared styles package or stylesheet entry so the components look consistent out of the box. I’d also like a simple docs site that shows the components and how to use them, plus a small command line way to list component docs and read docs for a specific component.
If you need to look up current docs or best practices online while building it, go ahead.