Skclusive.Material.Component icon indicating copy to clipboard operation
Skclusive.Material.Component copied to clipboard

Port of Material-UI in C# for Blazor

Results 19 Skclusive.Material.Component issues
Sort by recently updated
recently updated
newest added

if project open in android phone, when click on left side menu in twice time project is hang.

Refer to https://skclusive.github.io/Skclusive.Material.Docs/installation The using clause refers to a depreciated package, that is not installed. @using Skclusive.Material.Script The Server Side startup line cannot be resolved to a function. .WithResponsive(true)

Error CS0234 The type or namespace name 'Script' does not exist in the namespace 'Skclusive.Material' (are you missing an assembly reference?) @using Skclusive.Material.Script is missing

Is there a solution to short a text in a tabelcell with ... if the text is to long? ![image](https://user-images.githubusercontent.com/7681603/103129384-dfe17480-4698-11eb-91c9-55ad3720a57a.png) i want only a single line in the tablecell

Hi there SK, I saw this site and immediately wondered if you have some of their features are on your roadmap. **_https://material-ui.com/components_** **THE SPECIFIC FEATURES THAT I THOUGHT WERE REALLY...

https://github.com/skclusive/Skclusive.Material.Component/issues/12 **WIP** Usage: ```html Tooltip text Tooltip ``` or ```html Tooltip ``` I need some help here. I can't get the transition to work properly. I tried using the Styles...

Is there a component to bind a double or decimal to an input field? @skclusive

I suggest adding the popular bootstrap classes for margin and padding. They have been adopted in many frameworks, so a lot of people will be familiar with them. I think...

When I try to run the solution, I get the below error in the console: `crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Cannot read property 'insertBefore' of null TypeError: Cannot read...