Soenneker.Blazor.Tippy 2.1.19

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Tippy --version 2.1.19                
NuGet\Install-Package Soenneker.Blazor.Tippy -Version 2.1.19                
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="2.1.19" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Tippy --version 2.1.19                
#r "nuget: Soenneker.Blazor.Tippy, 2.1.19"                
#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=2.1.19

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

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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
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.179 68 11/21/2024
3.0.178 76 11/21/2024
3.0.177 69 11/21/2024
3.0.176 68 11/21/2024
3.0.175 66 11/21/2024
3.0.174 65 11/21/2024
3.0.173 63 11/21/2024
3.0.172 71 11/20/2024
3.0.171 72 11/20/2024
3.0.170 70 11/20/2024
3.0.169 77 11/20/2024
3.0.168 71 11/20/2024
3.0.167 74 11/20/2024
3.0.166 66 11/20/2024
3.0.165 66 11/20/2024
3.0.164 69 11/20/2024
3.0.163 65 11/20/2024
3.0.162 66 11/20/2024
3.0.161 67 11/20/2024
3.0.160 68 11/20/2024
3.0.159 72 11/20/2024
3.0.158 67 11/19/2024
3.0.157 70 11/19/2024
3.0.156 64 11/19/2024
3.0.155 69 11/19/2024
3.0.154 69 11/19/2024
3.0.153 62 11/19/2024
3.0.152 58 11/19/2024
3.0.151 64 11/19/2024
3.0.150 69 11/19/2024
3.0.149 62 11/19/2024
3.0.148 69 11/15/2024
3.0.147 58 11/15/2024
3.0.146 74 11/15/2024
3.0.145 71 11/15/2024
3.0.144 68 11/14/2024
3.0.143 63 11/14/2024
3.0.142 66 11/14/2024
3.0.141 66 11/14/2024
3.0.140 66 11/14/2024
3.0.139 61 11/14/2024
3.0.138 63 11/14/2024
3.0.137 63 11/14/2024
3.0.136 67 11/14/2024
3.0.135 68 11/14/2024
3.0.134 66 11/14/2024
3.0.133 69 11/14/2024
3.0.131 65 11/14/2024
3.0.130 69 11/14/2024
3.0.129 67 11/14/2024
3.0.128 66 11/14/2024
3.0.127 65 11/14/2024
3.0.126 70 11/14/2024
3.0.125 67 11/14/2024
3.0.124 68 11/14/2024
3.0.123 69 11/14/2024
3.0.122 70 11/14/2024
2.1.121 74 11/13/2024
2.1.120 66 11/13/2024
2.1.119 68 11/13/2024
2.1.118 71 11/13/2024
2.1.117 65 11/13/2024
2.1.116 68 11/13/2024
2.1.115 71 11/13/2024
2.1.114 62 11/13/2024
2.1.113 68 11/13/2024
2.1.112 65 11/13/2024
2.1.111 68 11/13/2024
2.1.110 70 11/12/2024
2.1.109 77 11/9/2024
2.1.108 74 11/9/2024
2.1.107 76 11/9/2024
2.1.106 67 11/9/2024
2.1.105 73 11/9/2024
2.1.104 74 11/9/2024
2.1.103 69 11/9/2024
2.1.102 71 11/9/2024
2.1.101 71 11/8/2024
2.1.100 68 11/8/2024
2.1.99 65 11/8/2024
2.1.98 73 11/8/2024
2.1.97 69 11/8/2024
2.1.96 70 11/8/2024
2.1.95 67 11/8/2024
2.1.94 69 11/8/2024
2.1.93 67 11/8/2024
2.1.92 68 11/8/2024
2.1.91 71 11/6/2024
2.1.90 72 11/6/2024
2.1.89 67 11/6/2024
2.1.88 73 11/1/2024
2.1.87 64 11/1/2024
2.1.86 65 11/1/2024
2.1.85 66 11/1/2024
2.1.84 71 11/1/2024
2.1.83 63 11/1/2024
2.1.82 67 10/31/2024
2.1.81 66 10/29/2024
2.1.80 74 10/29/2024
2.1.79 64 10/29/2024
2.1.78 74 10/29/2024
2.1.77 65 10/29/2024
2.1.76 70 10/29/2024
2.1.75 65 10/29/2024
2.1.74 76 10/29/2024
2.1.73 67 10/29/2024
2.1.72 72 10/29/2024
2.1.71 68 10/29/2024
2.1.70 69 10/29/2024
2.1.69 75 10/29/2024
2.1.68 68 10/29/2024
2.1.67 72 10/29/2024
2.1.66 62 10/29/2024
2.1.65 72 10/28/2024
2.1.64 71 10/28/2024
2.1.63 73 10/26/2024
2.1.62 70 10/26/2024
2.1.61 73 10/26/2024
2.1.60 72 10/26/2024
2.1.59 78 10/23/2024
2.1.58 69 10/22/2024
2.1.57 65 10/22/2024
2.1.56 74 10/22/2024
2.1.55 71 10/22/2024
2.1.54 71 10/22/2024
2.1.53 73 10/22/2024
2.1.52 74 10/22/2024
2.1.51 60 10/22/2024
2.1.50 66 10/22/2024
2.1.49 69 10/22/2024
2.1.48 99 10/18/2024
2.1.47 66 10/18/2024
2.1.46 64 10/18/2024
2.1.45 64 10/17/2024
2.1.44 71 10/17/2024
2.1.43 67 10/17/2024
2.1.42 68 10/15/2024
2.1.41 71 10/15/2024
2.1.40 75 10/15/2024
2.1.39 77 10/15/2024
2.1.38 73 10/15/2024
2.1.37 83 10/14/2024
2.1.36 71 10/14/2024
2.1.35 79 10/12/2024
2.1.34 78 10/12/2024
2.1.33 88 10/12/2024
2.1.32 79 10/12/2024
2.1.31 81 10/12/2024
2.1.30 74 10/12/2024
2.1.29 83 10/12/2024
2.1.28 73 10/11/2024
2.1.27 78 10/11/2024
2.1.26 77 10/11/2024
2.1.25 83 10/9/2024
2.1.24 76 10/9/2024
2.1.23 80 10/9/2024
2.1.22 75 10/9/2024
2.1.21 73 10/9/2024
2.1.20 76 10/9/2024
2.1.19 74 10/9/2024
2.1.18 75 10/9/2024
2.1.17 74 10/9/2024
2.1.16 81 10/9/2024
2.1.15 77 10/9/2024
2.1.14 79 10/8/2024
2.1.13 81 10/8/2024
2.1.12 75 10/8/2024
2.1.11 77 10/8/2024
2.1.10 84 10/8/2024
2.1.9 81 10/8/2024
2.1.8 73 10/8/2024
2.1.7 79 10/8/2024
2.1.6 72 10/8/2024
2.1.5 72 10/8/2024
2.1.4 91 10/6/2024
2.1.3 79 10/6/2024
2.1.2 79 10/6/2024
2.1.1 81 10/6/2024