Blazor.TypedJs 1.0.0

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

// Install Blazor.TypedJs as a Cake Tool
#tool nuget:?package=Blazor.TypedJs&version=1.0.0

Blazor.TypedJs

TypedJs Website

Typed.js is a library that types. Enter in any string, and watch it type at the speed you've set, backspace what it's typed, and begin a new sentence for however many strings you've set.

Install

App.razor

<script src="_content/Blazor.TypedJs/typed.umd.js"></script>

Program.cs

builder.Services.AddScoped<TypedJsProvider>();

Examples

<TypedWrapper TypeSpeed="100" Strings="@(["Hello World", "World Hello"])" />
<TypedWrapper TypeSpeed="100" Strings="@(["<h1>Hello World</h1>", "<p>World Hello</p>"])" />

TypedJsProvider.cs

await TypedJs.Init(Id, Strings, TypeSpeed);

await TypedJs.Remove(Id);
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
1.0.0 74 5/12/2024