diff --git a/README.md b/README.md index 93a1e8e..9d26ad3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ https://ui.toast.com/tui-calendar ### How to start: +#### +Nuget Pre-release: +`Install-Package toast_ui.blazor_calendar -Version 1.0.0-alpha3` + #### In `_Imports.razor` add: ```c# @@ -22,13 +26,13 @@ add: #### In `_Host.cshtml` add this inside the `` ```html - + ``` add this inside the `` near the bottom ```html - + ``` #### Place the Component in a razor file (See Test Project)