Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…endar into main
  • Loading branch information
gismofx committed Apr 19, 2021
2 parents 7805b69 + 9bbc321 commit 164ba85
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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#
Expand All @@ -22,13 +26,13 @@ add:
#### In `_Host.cshtml`
add this inside the `<head>`
```html
<link href="_content/toast_ui_blazor_calendar/TuiCalendar.css" rel="stylesheet">
<link href="_content/toast_ui.blazorCalendar/TuiCalendar.css" rel="stylesheet">
```

add this inside the `<body>` near the bottom
```html

<script src="_content/toast_ui_blazor_calendar/TUI.blazor_calendar.min.js"></script>
<script src="_content/toast_ui.blazor_calendar/TUI.blazor_calendar.min.js"></script>
```

#### Place the Component in a razor file (See Test Project)
Expand Down

0 comments on commit 164ba85

Please sign in to comment.