PSC.Blazor.Components.CopyToClipboard 8.0.0

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

// Install PSC.Blazor.Components.CopyToClipboard as a Cake Tool
#tool nuget:?package=PSC.Blazor.Components.CopyToClipboard&version=8.0.0

CopyToClipboard component for Blazor

copytoclipboard

This is a CopyToClipboard component for Blazor WebAssembly and Blazor Server with .NET8. When the user presses the button, the component copies the text in the system clipboard. So, the user can paste the text everywhere else.

For more details about the component, read me post. For support, open your question on my Forum.

Status of the component

The component is a button. When the user press the button the value of the property Text is trying to copy this value into the system clipboard.

Successful copied

If the component had successfully copied the text into the clipboard, the button changes for few seconds its aspect to inform the user the copy had success. copytoclipboard-ok

Failed copied

If the component hadn't successfully copied the text into the clipboard, the button changes for few seconds its aspect to inform the user the copy failed. copytoclipboard-error

Properties

Name Description Default
Id The component Id. If it is not specified, an new Id wiil be genrated CopyToClipboard-{GUID}
SuccessButtonClass CSS class for when the text is copied successful in the clipboard btn btn-success
InfoButtonClass CSS class for the normal state of the button btn btn-info
ErrorButtonClass This class is used when the component can't copy the text into the system clipboard btn btn-danger
CopyToClipboardText The text to display on the button Copy to clipboard
CopiedToClipboardText The text to display when the component successfully copied the text in the system clipboard Copied to clipboard!
ErrorText The text to display when the component can't copy the text into the system clipboard Oops. Try again.
FontAwesomeCopyClass Based on FontAwesome the icon to display for the normal state of the button fa fa-clipboard
FontAwesomeCopiedClass Based on FontAwesome the icon to display after the component successfully copied the text into the system clipboard fa fa-check
FontAwesomeErrorClass Based on FontAwesome the icon to display when the component had an error to copy the text into the clipboard fa fa-exclamation-circle

PureSourceCode.com

PureSourceCode.com is my personal blog where I publish posts about technologies and in particular source code and projects in .NET.

In the last few months, I created a lot of components for Blazor WebAssembly and Blazor Server.

My name is Enrico Rossini and you can contact me via:

Blazor Components

Component name Forum NuGet Website Description
AnchorLink Forum NuGet badge An anchor link is a web link that allows users to leapfrog to a specific point on a website page. It saves them the need to scroll and skim read and makes navigation easier. This component is for Blazor WebAssembly and Blazor Server
Autocomplete for Blazor Forum NuGet badge Simple and flexible autocomplete type-ahead functionality for Blazor WebAssembly and Blazor Server
Browser Detect for Blazor Forum NuGet badge Demo Browser detect for Blazor WebAssembly and Blazor Server
ChartJs for Blazor Forum NuGet badge Demo Add beautiful graphs based on ChartJs in your Blazor application
Clippy for Blazor Forum NuGet badge Demo Do you miss Clippy? Here the implementation for Blazor
CodeSnipper for Blazor Forum NuGet badge Add code snippet in your Blazor pages for 196 programming languages with 243 styles
Copy To Clipboard Forum NuGet badge Add a button to copy text in the clipboard
DataTable for Blazor Forum NuGet badge Demo DataTable component for Blazor WebAssembly and Blazor Server
Google Tag Manager Forum NuGet badge Demo Adds Google Tag Manager to the application and manages communication with GTM JavaScript (data layer).
Icons and flags for Blazor Forum NuGet badge Library with a lot of SVG icons and SVG flags to use in your Razor pages
ImageSelect for Blazor Forum NuGet badge This is a Blazor component to display a dropdown list with images based on ms-Dropdown by Marghoob Suleman. This component is built with NET7 for Blazor WebAssembly and Blazor Server
Markdown editor for Blazor Forum NuGet badge Demo This is a Markdown Editor for use in Blazor. It contains a live preview as well as an embeded help guide for users.
Modal dialog for Blazor Forum NuGet badge Simple Modal Dialog for Blazor WebAssembly
Modal windows for Blazor Forum NuGet badge Modal Windows for Blazor WebAssembly
Quill for Blazor Forum NuGet badge Quill Component is a custom reusable control that allows us to easily consume Quill and place multiple instances of it on a single page in our Blazor application
ScrollTabs NuGet badge Tabs with nice scroll (no scrollbar) and responsive
Segment for Blazor Forum NuGet badge This is a Segment component for Blazor Web Assembly and Blazor Server
Tabs for Blazor Forum NuGet badge This is a Tabs component for Blazor Web Assembly and Blazor Server
Timeline for Blazor Forum NuGet badge This is a new responsive timeline for Blazor Web Assembly and Blazor Server
Toast for Blazor Forum NuGet badge Toast notification for Blazor applications
Tours for Blazor Forum NuGet badge Guide your users in your Blazor applications
TreeView for Blazor Forum NuGet badge This component is a native Blazor TreeView component for Blazor WebAssembly and Blazor Server. The component is built with .NET7.
WorldMap for Blazor Forum NuGet badge Demo Show world maps with your data

C# libraries for .NET6

Component name Forum NuGet Description
PSC.Evaluator Forum NuGet badge PSC.Evaluator is a mathematical expressions evaluator library written in C#. Allows to evaluate mathematical, boolean, string and datetime expressions.
PSC.Extensions Forum NuGet badge A lot of functions for .NET5 in a NuGet package that you can download for free. We collected in this package functions for everyday work to help you with claim, strings, enums, date and time, expressions...

More examples and documentation

Blazor

Blazor & NET8

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
8.0.0 68 5/3/2024
1.0.2 262 11/13/2023
1.0.1 855 1/13/2022