You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,19 @@
3
3
4
4
## Installation
5
5
1. Install CodeBeam.BCSS Nuget package
6
-
7
6
2. Add the following to `_Imports.razor`
8
7
```razor
9
8
@using BCSS
10
9
```
11
-
3. Add the following to`App.razor`
10
+
3. Add the following to your HTML **body** section, it's either `index.html` or `_Layout.cshtml`/`_Host.cshtml` depending on whether you're running Server-Side or WASM.
0 commit comments