{"id":21126706,"url":"https://github.com/curiousdrive/telerik-blazorui","last_synced_at":"2025-10-06T13:03:43.587Z","repository":{"id":116290411,"uuid":"266084164","full_name":"CuriousDrive/Telerik-BlazorUI","owner":"CuriousDrive","description":"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.","archived":false,"fork":false,"pushed_at":"2021-10-21T21:50:30.000Z","size":49068,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-21T05:42:16.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CuriousDrive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-22T10:33:41.000Z","updated_at":"2024-03-28T20:57:41.000Z","dependencies_parsed_at":"2023-04-15T19:31:38.523Z","dependency_job_id":null,"html_url":"https://github.com/CuriousDrive/Telerik-BlazorUI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuriousDrive%2FTelerik-BlazorUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuriousDrive%2FTelerik-BlazorUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuriousDrive%2FTelerik-BlazorUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuriousDrive%2FTelerik-BlazorUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CuriousDrive","download_url":"https://codeload.github.com/CuriousDrive/Telerik-BlazorUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243573168,"owners_count":20312879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T04:44:54.775Z","updated_at":"2025-10-06T13:03:38.567Z","avatar_url":"https://github.com/CuriousDrive.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is Telerik-BlazorUI : BookStores?\n\nTelerik-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.\n\n## Telerik Components for Blazor\n\n![Demo_App](https://raw.githubusercontent.com/CuriousDrive/Telerik/master/Documents/Demo_GIF-1.gif)\n\n## Document Processing using Telerik.Documents Libraries\n\n![Demo_App](https://raw.githubusercontent.com/CuriousDrive/Telerik/master/Documents/Demo_GIF-2.gif)\n\n## YouTube Videos\n\nThis app was made on YouTube. Please check the episodes below.\n\n| Episodes | Topics |\n| ----- | ---- |\n| [Episode #1](/docs/00-get-started.md) | Telerik's UI for TextBox, AutoComplete, Button, DropDownList, MultiSelect \u0026 CheckBox  |\n| [Episode #2](/docs/01-components-and-layout.md) | Get started with TelerikListView |\n| [Episode #3](/docs/02-customize-a-pizza.md) | Get started with TelerikGrid  |\n| [Episode #4](/docs/03-show-order-status.md) | Get started with TelerikDrawer |\n| [Episode #5](/docs/04-refactor-state-management.md) | Get started with Document Processing |\n\n## Requirements\n\n- .NET Core 3.1\n- Telerik UI for Blazor (Trial or Commercial)\n\n## Running the Application\n\n- This is a Blazor WASM app, please run the server project. \n- The final version of this app will be in the `src` folder.\n- If you are watching tutorials and want to refer to particular code, then you can check out the `Source Code By Episode` folder\n\n## Telerik UI for Blazor Trial\n\nIf you are using a trial version of Telerik UI for Blazor.\n\n- In BookStores.Client add `.Trial` to the package path.\n\n```\n    \u003cPackageReference Include=\"Telerik.UI.for.Blazor.Trial\" Version=\"2.13.0\" /\u003e\n```\n\n- In BookStores.Client/wwwroot, add `.Trial` to the script path.\n\n```\n    \u003cscript src=\"_content/telerik.ui.for.blazor/js/telerik-blazor.js\"\u003e\u003c/script\u003e\n```\n\n- In BookStores.Server, add .Trial to all Telerik.* package paths.\n\n```\n    \u003cPackageReference Include=\"Telerik.Documents.Core.Trial\" Version=\"2020.1.109\" /\u003e\n    \u003cPackageReference Include=\"Telerik.Documents.Fixed.Trial\" Version=\"2020.1.109\" /\u003e\n    \u003cPackageReference Include=\"Telerik.Documents.Flow.Trial\" Version=\"2020.1.109\" /\u003e\n    \u003cPackageReference Include=\"Telerik.Documents.Flow.FormatProviders.Pdf.Trial\" Version=\"2020.1.109\" /\u003e\n    \u003cPackageReference Include=\"Telerik.Documents.Spreadsheet.Trial\" Version=\"2020.1.109\" /\u003e\n    \u003cPackageReference Include=\"Telerik.Documents.Spreadsheet.FormatProviders.OpenXml.Trial\" Version=\"2020.1.109\" /\u003e\n    \u003cPackageReference Include=\"Telerik.Documents.Spreadsheet.FormatProviders.Pdf.Trial\" Version=\"2020.1.109\" /\u003e\n    \u003cPackageReference Include=\"Telerik.Documents.SpreadsheetStreaming.Trial\" Version=\"2020.1.109\" /\u003e\n    \u003cPackageReference Include=\"Telerik.Zip.Trial\" Version=\"2020.1.109\" /\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuriousdrive%2Ftelerik-blazorui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuriousdrive%2Ftelerik-blazorui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuriousdrive%2Ftelerik-blazorui/lists"}