Skip to content
#

blazor-components

Here are 48 public repositories matching this topic...

egil
egil commented Nov 24, 2020

If a component has a child content parameter that is a RenderFragment<TValue>, then the parameter builder's AddChildContent method should throw an exception with an error message telling the user to use .Add(p => p.ChildContent, ...) instead.

For example, the following should throw an helpful exception:

var cut = RenderComponent<Virtualize<string>>(ps => ps
	.Add(p => p.Items, Te
MudBlazor
henon
henon commented Nov 26, 2020

Using the table component is exceptionally good but the pagination is client side.

What would be nice is that we could use a table model to have pagination via server

It could be the exposing of a Total Records , Items per page properties and an event on the pagination buttons so we can "refill" the table.

I happen to be like you.
I wrote a Pagination component with 4 button,

vladislav-karamfilov
vladislav-karamfilov commented Sep 5, 2020

Currently we have a lot of public component props and methods but many of them should be private. We should revisit all components and make the necessary changes.

Here is an example from ErrorList component:
https://github.com/BlazorRepl/BlazorRepl/blob/5c7f061eb9cc75ac1121d70ba9f4828e9eb465c1/Client/Components/ErrorList.razor.cs#L22-L32

All of these properties and methods can be `privat

A quick start blazor server app that allows you to configure the Blazor DateRange Picker component from Syncfusion with its available options. This project contains simple code customizations, as well as some important features such as setting specific date range values, formats, and designing a month range picker.

  • Updated May 5, 2020
  • HTML

Improve this page

Add a description, image, and links to the blazor-components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blazor-components topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.