Open Issues Need Help
View All on GitHubAI Summary: Add a `$schema` field to the JSON files generated for Headless UI components to enable JSON LSP support. This will improve the developer experience by providing better tooling and autocompletion within IDEs. The implementation should follow the examples provided in the shadcn-ui and headcn-ui repositories.
Headless UI components, beautifully designed and ready to use - with a CLI to add them instantly.
AI Summary: The task involves refactoring the codebase of a React component library. Specifically, it requires replacing all occurrences of the string `registry` with `@/components` within the code source of the `component-preview.tsx` file using the `replaceAll` method. This change aims to improve the project's internal structure and consistency.
Headless UI components, beautifully designed and ready to use - with a CLI to add them instantly.
AI Summary: Fix an overflow issue within `pre` and `code` elements in the Headless UI component documentation website (https://ui.headcn.site/docs/components/checkbox) to prevent content from overflowing its container when the code block is long.
Headless UI components, beautifully designed and ready to use - with a CLI to add them instantly.
AI Summary: Implement the Tailwind CSS `scroll-margin` utility class on heading elements rendered by the Headless UI component library's markdown parsing functionality (either via `prose` or `mdx-components`). This ensures proper spacing around headings when scrolling.
Headless UI components, beautifully designed and ready to use - with a CLI to add them instantly.
AI Summary: Debug and fix a broken logo image in a React component library. The logo is hosted on a public server and is failing to load, as evidenced by a screenshot in the issue report. The task involves investigating the image URL, network requests, and potentially the component's implementation to identify and resolve the cause of the loading failure.
Headless UI components, beautifully designed and ready to use - with a CLI to add them instantly.