Skip to content
View Felix-CodingClimber's full-sized avatar
🌈
🌈

Sponsoring

@vercidium-patreon

Block or report Felix-CodingClimber

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. DebugDraw DebugDraw Public

    High-performance debug rendering library for .NET and OpenGL

    C# 4

  2. DotNetElements.Core.Result DotNetElements.Core.Result Public

    This project provides simple Result and Result<TValue> types to be used as return types of functions as an alternative to exceptions.

    C# 2

  3. DotNetElements.Wpf.Markdown DotNetElements.Wpf.Markdown Public

    This project provides a simple markdown renderer for WPF.

    C# 2

  4. MudBlazor MudField like container MudBlazor MudField like container
    1
    <div class="mb-4">Custom MudField</div>
    2
    
                  
    3
    <div class="rounded relative" style="border: 1px solid var(--mud-palette-lines-inputs);">
    4
            <MudText Typo="Typo.caption"
    5
                     Class="absolute"
  5. MudBlazor full height MudTextField MudBlazor full height MudTextField
    1
    <style>
    2
        .full-height-textarea {
    3
            height: 100%;
    4
        }
    5