blazorbootstrap
blazorbootstrap copied to clipboard
An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
You are doing massive harm to both your professional and personal reputations. People simply aren't going to see you as trustworthy, especially those who may need to give you access...
Roadmap
## 2024 Q4 (Oct - Dec): 1. New chart components - Markdown - **WIP** 1. Dark mode - **WIP** 1. Enhancements ## 2024 Q3 (Jul - Sep): 1. New chart...
It would be good if there is click event on the chart. On that event, I can have the opportunity to display details of a particular item in the chart.
Is there a way to use the Title attribute of ShowAsync(title:"hello") and provide a HeaderTemplate? Looking at the source code it looks like it checks if the title argument is...
**Description** When running the app in Visual Studio in Windows Machine, the GUI controls show, but the pdf area is blank. When checking developer tools with ctrl+shift+i javascript errors appear...
I am using version 2.2.0. When I use the component `Grid` the paramater from the documentation `EmptyDataTemplate` is not available, because it is not decorated with `Paramater` in the `Grid`...
Tooltip not showing when the button has onclick event. **Steps to Reproduce** Place multiple button in the component **Sample code** Save Draft Submit Submit & Next Screenshot/ Screen recording: https://github.com/user-attachments/assets/a19ca8e4-0fca-423c-a2fb-ae1776bbb7ff
- Issue #836 (opened by me) fixed. - Adds `ToastService.NotifyAsync(ToastMessage)` suggested by @shargon
In the latest version, the base ChartDataset.Data field was changed to `object`, then derived classes declared it as `new List?`. I understand this change was made to support the ScatterChart,...
Adds several .Fill... methods to the Line Chart Dataset to allow filling between series, to the top of the graph and to a specific value.