Saleh Yusefnejad
Saleh Yusefnejad
Currently, the `clear` method of the `ViewManager` class is using the `Object.values` method on the views list which is a `Map` as follows:  since the `Object.values` does not work...
this closes #3007
the Bit.BlazorUI.Charts project has some missing settings in its project file to generate a correct nuget package after updating to .NET 7
The Playground projects currently only act as the Demo projects for the Bit BlazorUI library. So the Playground should be replaced with `Demo` everywhere.
Based on #2765, it is very important to have a code analyzer to warn the developers about `async void` usages.
Add the `TodoTemplate` and Bit `BlazorUI` demo applications (Android, iOS, Windows) to their corresponding stores.
the new BitCarousel component needs the following improvements: - ...
The current implementation of the MessageBox component is very simple and needs to be improved by adding some required functionality like custom Icon options, custom button options, and a special...
Responsive item counts configuration in the `BitCarousel` component: the Carousel should be able to respond to the window size and dynamically handle the visible item count.
Currently, the specificity in the styles of the Bit BlazorUI components is so low that any global styling can override it easily. it is required to improve this specificity a...