Public issue tracker for the Bridge UI documentation site β a component library for React and Vue with a shared foundation in @bridge-ui/core.
The documentation site is built with Astro, Tailwind CSS and Bridge UI components. Its source code is maintained in a private repository. This public repository exists so anyone can report bugs, suggest improvements, or ask questions about the docs without needing access to the codebase.
- Docs written in MDX, rendered with custom Astro layouts and Bridge UI components
- CodeBlock for framework-aware source snippets
- Global React / Vue selector (persisted in
localStorage) - Full-text search powered by Pagefind
- Locales: English (
en-us) and Portuguese (pt-br)
Use GitHub Issues in this repository to report documentation problems. Before opening a new issue, search existing ones to avoid duplicates.
When reporting a bug, please include:
- A clear description of the problem
- The page URL or section name
- Steps to reproduce (if applicable)
- Your browser and operating system
- Screenshots or screen recordings when helpful
For component library bugs (runtime behavior, API issues, etc.), open an issue in Bridge-UI/core instead.
Feature requests and content improvements are welcome here. Examples:
- Missing or unclear documentation
- Broken links or examples
- Translation issues (
en-us/pt-br) - Accessibility or UX feedback on the docs site
Bridge UI is open-source software licensed under the MIT license.