Soenneker.Blazor.Tippy 3.0.148

Prefix Reserved
dotnet add package Soenneker.Blazor.Tippy --version 3.0.148                
NuGet\Install-Package Soenneker.Blazor.Tippy -Version 3.0.148                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.Tippy" Version="3.0.148" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Tippy --version 3.0.148                
#r "nuget: Soenneker.Blazor.Tippy, 3.0.148"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Blazor.Tippy as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Tippy&version=3.0.148

// Install Soenneker.Blazor.Tippy as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.Tippy&version=3.0.148                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Tippy

A Blazor interop library for Tippy.js

Installation

dotnet add package Soenneker.Blazor.Tippy

Usage

  1. Register the interop within DI (Program.cs)
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddTippy();
}

Scripts and styles will get dynamically and lazily loaded for you.

  1. Inject ITippyInterop within your App.Razor file
@using Soenneker.Blazor.Masonry.Abstract
@inject ITippyInterop TippyInterop

<div id="tooltipElement">Hover me!</div>

@code {
    protected override async Task OnAfterRenderAsync(bool firstRender)
        {
            if (firstRender)
            {
                var options = new TippyOptions
                {
                    Content = "This is a tooltip!",
                    Theme = "light",
                    Interactive = true,
                    Trigger = "click",
                    Placement = "bottom"
                };

                // Initialize the Tippy tooltip on the element
                await TippyInterop.Init("tooltipElement", options);
            }
        }
}
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.148 0 11/15/2024
3.0.147 0 11/15/2024
3.0.146 0 11/15/2024
3.0.145 0 11/15/2024
3.0.144 6 11/14/2024
3.0.143 4 11/14/2024
3.0.142 16 11/14/2024
3.0.141 20 11/14/2024
3.0.140 18 11/14/2024
3.0.139 16 11/14/2024
3.0.138 18 11/14/2024
3.0.137 17 11/14/2024
3.0.136 22 11/14/2024
3.0.135 18 11/14/2024
3.0.134 16 11/14/2024
3.0.133 22 11/14/2024
3.0.131 23 11/14/2024
3.0.130 22 11/14/2024
3.0.129 20 11/14/2024
3.0.128 27 11/14/2024
3.0.127 26 11/14/2024
3.0.126 29 11/14/2024
3.0.125 27 11/14/2024
3.0.124 27 11/14/2024
3.0.123 31 11/14/2024
3.0.122 30 11/14/2024
2.1.121 32 11/13/2024
2.1.120 32 11/13/2024
2.1.119 33 11/13/2024
2.1.118 32 11/13/2024
2.1.117 30 11/13/2024
2.1.116 33 11/13/2024
2.1.115 32 11/13/2024
2.1.114 30 11/13/2024
2.1.113 32 11/13/2024
2.1.112 32 11/13/2024
2.1.111 32 11/13/2024
2.1.110 35 11/12/2024
2.1.109 67 11/9/2024
2.1.108 64 11/9/2024
2.1.107 67 11/9/2024
2.1.106 57 11/9/2024
2.1.105 67 11/9/2024
2.1.104 69 11/9/2024
2.1.103 64 11/9/2024
2.1.102 65 11/9/2024
2.1.101 66 11/8/2024
2.1.100 62 11/8/2024
2.1.99 60 11/8/2024
2.1.98 67 11/8/2024
2.1.97 63 11/8/2024
2.1.96 64 11/8/2024
2.1.95 61 11/8/2024
2.1.94 62 11/8/2024
2.1.93 62 11/8/2024
2.1.92 63 11/8/2024
2.1.91 65 11/6/2024
2.1.90 66 11/6/2024
2.1.89 61 11/6/2024
2.1.88 67 11/1/2024
2.1.87 58 11/1/2024
2.1.86 59 11/1/2024
2.1.85 59 11/1/2024
2.1.84 65 11/1/2024
2.1.83 58 11/1/2024
2.1.82 61 10/31/2024
2.1.81 62 10/29/2024
2.1.80 70 10/29/2024
2.1.79 60 10/29/2024
2.1.78 70 10/29/2024
2.1.77 61 10/29/2024
2.1.76 66 10/29/2024
2.1.75 61 10/29/2024
2.1.74 72 10/29/2024
2.1.73 63 10/29/2024
2.1.72 68 10/29/2024
2.1.71 64 10/29/2024
2.1.70 65 10/29/2024
2.1.69 71 10/29/2024
2.1.68 64 10/29/2024
2.1.67 68 10/29/2024
2.1.66 58 10/29/2024
2.1.65 68 10/28/2024
2.1.64 67 10/28/2024
2.1.63 69 10/26/2024
2.1.62 66 10/26/2024
2.1.61 69 10/26/2024
2.1.60 68 10/26/2024
2.1.59 74 10/23/2024
2.1.58 65 10/22/2024
2.1.57 61 10/22/2024
2.1.56 70 10/22/2024
2.1.55 67 10/22/2024
2.1.54 67 10/22/2024
2.1.53 69 10/22/2024
2.1.52 70 10/22/2024
2.1.51 56 10/22/2024
2.1.50 62 10/22/2024
2.1.49 65 10/22/2024
2.1.48 94 10/18/2024
2.1.47 61 10/18/2024
2.1.46 59 10/18/2024
2.1.45 59 10/17/2024
2.1.44 66 10/17/2024
2.1.43 62 10/17/2024
2.1.42 63 10/15/2024
2.1.41 66 10/15/2024
2.1.40 71 10/15/2024
2.1.39 72 10/15/2024
2.1.38 68 10/15/2024
2.1.37 78 10/14/2024
2.1.36 66 10/14/2024
2.1.35 74 10/12/2024
2.1.34 73 10/12/2024
2.1.33 83 10/12/2024
2.1.32 74 10/12/2024
2.1.31 76 10/12/2024
2.1.30 70 10/12/2024
2.1.29 78 10/12/2024
2.1.28 69 10/11/2024
2.1.27 74 10/11/2024
2.1.26 73 10/11/2024
2.1.25 79 10/9/2024
2.1.24 72 10/9/2024
2.1.23 76 10/9/2024
2.1.22 71 10/9/2024
2.1.21 69 10/9/2024
2.1.20 72 10/9/2024
2.1.19 70 10/9/2024
2.1.18 70 10/9/2024
2.1.17 69 10/9/2024
2.1.16 77 10/9/2024
2.1.15 73 10/9/2024
2.1.14 74 10/8/2024
2.1.13 76 10/8/2024
2.1.12 71 10/8/2024
2.1.11 71 10/8/2024
2.1.10 79 10/8/2024
2.1.9 76 10/8/2024
2.1.8 68 10/8/2024
2.1.7 74 10/8/2024
2.1.6 67 10/8/2024
2.1.5 68 10/8/2024
2.1.4 87 10/6/2024
2.1.3 75 10/6/2024
2.1.2 75 10/6/2024
2.1.1 77 10/6/2024