Add NeoUI to Component Bundles#701
Open
jimmyps wants to merge 1 commit intoAdrienTorris:masterfrom
Open
Conversation
NeoUI is a production-ready shadcn/ui-inspired Blazor component library with 100+ styled components, 15 headless primitives, 12 chart types, 3,200+ icons, zero-config pre-built CSS, WCAG 2.1 AA, dark mode, 85 theme combinations, and full .NET 10 Auto rendering mode. MIT licensed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds NeoUI to the README’s “Component bundles” list, expanding the catalog of Blazor UI/component libraries referenced by this repository.
Changes:
- Add a new README entry for NeoUI under “Libraries & Extensions → Component bundles”.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NeoUI is a production-ready Blazor component library inspired by shadcn/ui, bringing a modern, composable, and accessible design system to .NET. It ships with zero-config prebuilt CSS, works across all Blazor hosting models (Server, WebAssembly, and Hybrid), and supports .NET 10 Interactive Auto rendering out of the box.
Why it belongs here
What makes it different from existing entries
Most Blazor libraries commit you to their design system (MudBlazor → Material,
Radzen → their own). NeoUI follows the shadcn/ui philosophy — a two-layer
architecture with styled components on top and headless primitives below.
Use the pre-styled layer out of the box, or drop to primitives and style freely.
No lock-in, composition over configuration.
Links