Pines.TagHelpers 0.0.0-alpha.0

This is a prerelease version of Pines.TagHelpers.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Pines.TagHelpers --version 0.0.0-alpha.0
NuGet\Install-Package Pines.TagHelpers -Version 0.0.0-alpha.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="Pines.TagHelpers" Version="0.0.0-alpha.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pines.TagHelpers --version 0.0.0-alpha.0
#r "nuget: Pines.TagHelpers, 0.0.0-alpha.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 Pines.TagHelpers as a Cake Addin
#addin nuget:?package=Pines.TagHelpers&version=0.0.0-alpha.0&prerelease

// Install Pines.TagHelpers as a Cake Tool
#tool nuget:?package=Pines.TagHelpers&version=0.0.0-alpha.0&prerelease

Pines.TagHelpers

Logo

NuGet NuGet

Pines.TagHelpers is a collection of ASP.NET Core TagHelpers based on the Pines UI components library using Alpine.js and Tailwind CSS.

Installation

You can install the package via NuGet:

dotnet add package Pines.TagHelpers

Usage

Add Alpine.js and Tailwind CSS to your _Layout.cshtml:

<script src="//unpkg.com/alpinejs" defer></script>

Add the Pines.TagHelpers to your _ViewImports.cshtml:

@addTagHelper *, Pines.TagHelpers

Components

CopyToClipboard

<copy-to-clipboard text="@Model.TextToBeCopied"></copy-to-clipboard>

Preview:

Copy to Clipboard

Want to contribute?

This project is just getting off the ground and could use some help with cleaning things up and refactoring.

If you want to contribute - we'd love it! Just open an issue to work against so you get full credit for your fork. You can open the issue first so we can discuss and you can work your fork as we go along.

If you see a bug, please be so kind as to show how it's failing, and we'll do our best to get it fixed quickly.

Before sending a PR, please create an issue to introduce your idea and have a reference for your PR.

We're using conventional commits, so please use it for your commits as well.

Discussions

If you want to discuss an Pines.TagHelpers issue or PR in more detail, feel free to start a discussion.

License

The MIT License (MIT). Please see License File for more information.

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
0.4.1 172 2/9/2024
0.4.0 82 2/8/2024
0.3.0 83 2/6/2024
0.2.0 66 2/5/2024
0.1.1 72 2/4/2024
0.1.0 69 2/4/2024
0.0.0-alpha.0 42 2/4/2024