BlazorKit.CopyToClipboard 1.0.11

dotnet add package BlazorKit.CopyToClipboard --version 1.0.11
NuGet\Install-Package BlazorKit.CopyToClipboard -Version 1.0.11
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="BlazorKit.CopyToClipboard" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazorKit.CopyToClipboard --version 1.0.11
#r "nuget: BlazorKit.CopyToClipboard, 1.0.11"
#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 BlazorKit.CopyToClipboard as a Cake Addin
#addin nuget:?package=BlazorKit.CopyToClipboard&version=1.0.11

// Install BlazorKit.CopyToClipboard as a Cake Tool
#tool nuget:?package=BlazorKit.CopyToClipboard&version=1.0.11

BlazorKit.CopyToClipoard

It's a beta version.

demo

Features

  • Customize CSS Class for button

Installation

With Package Manager:

Install-Package BlazorKit.CopyToClipboard

With .NET CLI:

dotnet add package BlazorKit.CopyToClipboard

Add the following line to your Program.cs file

builder.Services.AddScoped<IClipboardService, ClipboardService>();

Add the component to your page (take a look at the sample project)

<CopyToClipboard Text="Hello World" />

Run Locally

Clone the project

  git clone https://github.com/kasuken/BlazorKit.CopyToClipboard

Go to the project directory

  cd BlazorKit.CopyToClipboard

Start

  dotnet run

Contributing

Contributions are always welcome!

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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
1.0.11 241 4/4/2023
1.0.10 144 4/4/2023
1.0.9 141 4/4/2023
0.1.0-gae4851c337 113 4/4/2023
0.1.0-g731862b5e9 106 4/4/2023
0.1.0-g0e9fe68d78 101 4/4/2023