Andrej Kmetík
Andrej Kmetík
Let's say we have a component called `. This component has style definitions within declared using ``. When the component has a single css class defined in it, the component's...
Just did some tests on existing code with v3.0.0 and it turns out that v3.0.0 is several times slower when loading than v2.2.0. I'm trying this on long lists of...
Example class: ``` @@media (min-width:0px) and (max-width:599.95px) { display: none; } ``` When I inspect it in Chrome the styled div looks like this ` ...` (There's space instead of...
https://blazorstyled.io/globalStyles `@Styled.GlobalStyles["ColorHotPink"]` no longer available in v3. Should be replaced with `@Styled.GetGlobalStyle("ColorHotPink")` Edit: Also it's extremely slow (somewhere between 5x to 10x slower) compared to previous version and does not...
Error: > WampSharp.WebSockets.ControlledBinaryWebSocketConnection`1[Newtonsoft.Json.Linq.JToken]|An error occurred while attempting to send a message to remote peer.|EXCEPTION OCCURRED:System.NotImplementedException The method or operation is not implemented. Void WriteValue(System.Decimal) Callee looks like this: ```cs public...
Tooltip
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...
When using `` component with link, like this: `` the parent `` component does not update and the OnChange is never called. This works in material-ui. They use their own...
~~Portal does not work when using default values for parameters. Should use document.body as stated here in the docs: https://material-ui.com/api/portal/~~ Edit: I'm not entirely sure why this happens `[2020-06-09T15:35:59.089Z] Error:...
Can't find the Tooltip component. I wanna make sure it's not just me being unable to find it. If it's not the case I would try implementing it.
Is this achievable right now with Material.Component? https://material-ui.com/components/selects/ Or does that need to be implemented?