Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Attas <jattasNI@users.noreply.github.com>
Co-authored-by: Milan Raj <rajsite@users.noreply.github.com>
  • Loading branch information
3 people authored May 8, 2024
1 parent a8f3001 commit acd8336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/blazor-workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This workspace contains:
1. Blazor components and styles matching the NI brand. These are published as Nuget packages to be consumed by either Blazor WebAssembly or Blazor Server applications.
- `NimbleBlazor` contains general-purpose components
- `SprightBlazor` contains special-purpose or application-specific components
2. Three Blazor demo applications that consume the components: a Blazor WebAssembly application (`Demo.Client`), a Blazor Server application (`Demo.Server`), and a Blazor Hybrid application (`Demo.Hybrid`).

Refer to the `README.md` files in the individual project directories for more details.
2 changes: 1 addition & 1 deletion packages/blazor-workspace/SprightBlazor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Spright Blazor generally works equivalently to Nimble Blazor, so refer to the Nimble Blazor [README.md](/packages/blazor-workspace/NimbleBlazor/README.md). Any Spright-specific differences are listed below.

## Using SprightBlazor with NimbleBlazor
## Getting Started

Any project using SprightBlazor components will typically also be using NimbleBlazor components (e.g. `NimbleThemeProvider` if nothing else). SprightBlazor is not a superset of NimbleBlazor, but the `spright-components` bundle _is_ a superset of the `nimble-components` bundle. Follow the directions below to avoid issues:

Expand Down

0 comments on commit acd8336

Please sign in to comment.