https://github.com/curiousdrive/telerik-blazorui
Telerik-BlazorUI : BookSores app is built with Telerik components for Blazor. This app has sample code for Textboxes, Dropdown list, ListViews, GridViews, Drawer components. Also there's a Blazor server app showing how to use Telerik's document processing libraries. Please check it out.
https://github.com/curiousdrive/telerik-blazorui
Last synced: 9 months ago
JSON representation
Telerik-BlazorUI : BookSores app is built with Telerik components for Blazor. This app has sample code for Textboxes, Dropdown list, ListViews, GridViews, Drawer components. Also there's a Blazor server app showing how to use Telerik's document processing libraries. Please check it out.
- Host: GitHub
- URL: https://github.com/curiousdrive/telerik-blazorui
- Owner: CuriousDrive
- Created: 2020-05-22T10:33:41.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T21:50:30.000Z (over 4 years ago)
- Last Synced: 2025-01-21T05:42:16.485Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 46.8 MB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Telerik-BlazorUI : BookStores?
Telerik-BlazorUI : BookStores app is built with Telerik components for Blazor. This app has sample code for Textboxes, Dropdown list, ListViews, GridViews, Drawer components. Also there's a Blazor server app showing how to use Telerik's document processing libraries. Please check it out.
## Telerik Components for Blazor

## Document Processing using Telerik.Documents Libraries

## YouTube Videos
This app was made on YouTube. Please check the episodes below.
| Episodes | Topics |
| ----- | ---- |
| [Episode #1](/docs/00-get-started.md) | Telerik's UI for TextBox, AutoComplete, Button, DropDownList, MultiSelect & CheckBox |
| [Episode #2](/docs/01-components-and-layout.md) | Get started with TelerikListView |
| [Episode #3](/docs/02-customize-a-pizza.md) | Get started with TelerikGrid |
| [Episode #4](/docs/03-show-order-status.md) | Get started with TelerikDrawer |
| [Episode #5](/docs/04-refactor-state-management.md) | Get started with Document Processing |
## Requirements
- .NET Core 3.1
- Telerik UI for Blazor (Trial or Commercial)
## Running the Application
- This is a Blazor WASM app, please run the server project.
- The final version of this app will be in the `src` folder.
- If you are watching tutorials and want to refer to particular code, then you can check out the `Source Code By Episode` folder
## Telerik UI for Blazor Trial
If you are using a trial version of Telerik UI for Blazor.
- In BookStores.Client add `.Trial` to the package path.
```
```
- In BookStores.Client/wwwroot, add `.Trial` to the script path.
```
```
- In BookStores.Server, add .Trial to all Telerik.* package paths.
```
```