TechGems.PinesUI 1.0.1

dotnet add package TechGems.PinesUI --version 1.0.1
                    
NuGet\Install-Package TechGems.PinesUI -Version 1.0.1
                    
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="TechGems.PinesUI" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TechGems.PinesUI" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="TechGems.PinesUI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TechGems.PinesUI --version 1.0.1
                    
#r "nuget: TechGems.PinesUI, 1.0.1"
                    
#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.
#:package TechGems.PinesUI@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TechGems.PinesUI&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=TechGems.PinesUI&version=1.0.1
                    
Install as a Cake Tool

PinesUI

An ASP.NET Core component library built on Pines UI, using AlpineJS, TailwindCSS, and Static Components.

Installation

dotnet add package TechGems.PinesUI --version 1.0.0

Setup

1. Add Tag Helpers

In your _ViewImports.cshtml:

@addTagHelper *, TechGems.PinesUI
@addTagHelper *, TechGems.StaticComponents

2. Include Styles and Scripts

In your layout file (_Layout.cshtml):

<head>
    
    <pines-css />
</head>
<body>
    

    
    <pines-scripts />
    
    <render-static-scripts />
</body>

Included Components

  • Alert - Contextual feedback messages
  • Badge - Status indicators and labels
  • Banner - Full-width notification bars
  • Breadcrumbs - Navigation hierarchy indicators
  • Button - Action buttons in multiple styles
  • Card - Content containers with images
  • Date Picker - Calendar-based date selection
  • Dropdown Menu - Toggleable action menus
  • Icon - SVG icon set
  • Image Gallery - Interactive image viewer with lightbox
  • Input - Text input fields
  • Marquee - Auto-scrolling content
  • Modal - Dialog overlays
  • Quote - Styled blockquotes with attribution
  • Radio Group - Radio button selection groups
  • Rating - Star/heart rating inputs
  • Select - Searchable dropdown selection
  • Switch - Toggle switches
  • Table - Data tables
  • Tabs - Tabbed content panels
  • Text Animation - GSAP-powered text animations
  • Typing Effect - Typewriter text animations

Tech Stack

License

MIT

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.1 74 3/25/2026
1.0.0 68 3/22/2026
1.0.0-beta 69 3/21/2026