Blazorise icon indicating copy to clipboard operation
Blazorise copied to clipboard

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.

Results 330 Blazorise issues
Sort by recently updated
recently updated
newest added

Make it less cluttered. ![image](https://github.com/Megabit/Blazorise/assets/900302/00956318-09b9-47f3-b3a0-dba871bbfe5b)

Type: Feature ⚙

**Describe the bug** I am trying to set a Theme up for an web app but the ThemeBarOptions/Colors wont change. **To Reproduce** Steps to reproduce the behavior: App.razor looks like...

Type: Bug 🐞

**Is your feature request related to a problem? Please describe.** I want the DataGrid to be sorted in `Single` mode per default and in `Multi` mode when the user holds...

Type: Feature ⚙

### Blazorise Version 1.3.2 ### What Blazorise provider are you running on? Tailwind ### Link to minimal reproduction, or a simple code snippet ``` /// The App.razor page @* *@...

Type: Bug 🐞

In order to implement the dark mode in an efficient way using Blazorise it would be necessary that from the Theme object of the WebApp you should be able to...

Type: Feature ⚙

Thanks that works, however since the data is not handled by the DataGrid internally it can't sort or filter. That makes it not very usefull in my case. Perhaps you...

Type: Feature Request ⛱
Type: Feature ⚙
Area: DataGrid

some research sources: [https://www.youtube.com/watch?v=fGYVRuga7LY](https://www.youtube.com/watch?v=fGYVRuga7LY) [https://developer.mozilla.org/en-US/docs/Web/API/Touch_events](https://developer.mozilla.org/en-US/docs/Web/API/Touch_events) [https://mudblazor.com/components/swipearea#swipe-directions](https://mudblazor.com/components/swipearea#swipe-directions)

Type: Feature ⚙

**Is your feature request related to a problem? Please describe.** I would like to use the `Breadcrumb` control for navigation, so I can get rid of the `TreeView` control. The...

Type: Feature ⚙

### Blazorise Version 1.3.1 ### What Blazorise provider are you running on? None ### Link to minimal reproduction, or a simple code snippet > App.razor ```csharp @using Blazorise Domgie.App Not...

Type: Possible Bug