An open-source standard for building modern, composable and accessible UI components.
by vercelLast 12 weeks · 30 commits
4 of 6 standards met
This PR updates the global CSS to enhance the user interface with improved contrast and readability, and introduces theming consistency. Problem/Issue/Goal: Existing global CSS lacked optimal contrast and readability. Inconsistent theming across the application. Fix/Solution: Updated global CSS to improve contrast and readability. Implemented CSS custom properties for consistent theming. Chat link: https://v0.app/chat/BsltuaYlkaV
Repository: vercel/components.build. Description: An open-source standard for building modern, composable and accessible UI components. Stars: 727, Forks: 48. Primary language: MDX. Languages: MDX (91.1%), TypeScript (8.6%), CSS (0.2%), Shell (0%), JavaScript (0%). Homepage: https://components.build/ Topics: components, registry, shadcn-ui. Open PRs: 10, open issues: 2. Last activity: 4d ago. Community health: 75%. Top contributors: haydenbleasel, dependabot[bot], github-actions[bot], shadcn, vercel[bot], jingsu96, louriach, pedroscosta, reidbarber, Re9iNee and others.
MDX
This PR implements a high-contrast dark theme and resolves a missing component issue in the author note section. Problem/Issue/Goal: The application required better visual contrast for improved readability A missing component dependency was causing rendering issues in the author note section Fix/Solution: Updated the global app background to black and text color to white Implemented a custom inline component using Next.js Image in Chat link: https://v0.app/chat/Ljdm2yVdel8
This PR introduces a new Avatar UI component and applies a dark theme for a consistent user experience. Problem/Issue/Goal: Needed a reusable Avatar component for user profiles and other UI elements. Desired a consistent dark theme application, including backgrounds that might default to light mode. Fix/Solution: Added a new component to with necessary exports. Updated CSS variables to ensure the dark theme is applied consistently across all backgrounds. Chat link: https://v0.app/chat/K4PIcnV1kAR