Skip to content

Commit 24fca4a

Browse files
chore(getStarted): update package list in what you need
1 parent a72fbc1 commit 24fca4a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

getting-started/what-you-need.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,18 @@ You can review the rest of this article for information on how things work and w
2626

2727
## Telerik Specific Packages
2828

29-
The Telerik UI for Blazor component suite requires the following two Telerik-specific NuGet packages:
29+
The Telerik UI for Blazor component suite requires the following Telerik-specific NuGet packages:
3030

31-
* `Telerik.UI.for.Blazor` - the UI components code
31+
* `Telerik.UI.for.Blazor` - *the only one you need to explicitly reference* - the UI components code
3232
* `Telerik.DataSource` - code for working with data, needed for data binding the components
3333
* `Telerik.Recurrence` - code for working with recurring appointments (e.g., in the scheduler)
3434

35+
3536
Adding the `Telerik.UI.for.Blazor` package to your project will automatically add the `Telerik.DataSource` and `Telerik.Recurrence` packages as dependencies.
3637

37-
For trial purposes, the package names are `Telerik.UI.for.Blazor.Trial`, `Telerik.DataSource.Trial` and `Telerik.Recurrence.Trial`.
38+
For trial purposes, the package names have the `.Trial` suffix, for example `Telerik.UI.for.Blazor.Trial`, `Telerik.DataSource.Trial` and `Telerik.Recurrence.Trial`.
39+
40+
Exporting features use the `Telerik.Documents.SpreadsheetStreaming` package as well, and it also comes in as a dependency automatically.
3841

3942
There are four ways to get these packages:
4043

0 commit comments

Comments
 (0)