Infsoft.WPE.App.UIComponents 0.0.99

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Infsoft.WPE.App.UIComponents --version 0.0.99
                    
NuGet\Install-Package Infsoft.WPE.App.UIComponents -Version 0.0.99
                    
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="Infsoft.WPE.App.UIComponents" Version="0.0.99" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Infsoft.WPE.App.UIComponents" Version="0.0.99" />
                    
Directory.Packages.props
<PackageReference Include="Infsoft.WPE.App.UIComponents" />
                    
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 Infsoft.WPE.App.UIComponents --version 0.0.99
                    
#r "nuget: Infsoft.WPE.App.UIComponents, 0.0.99"
                    
#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 Infsoft.WPE.App.UIComponents@0.0.99
                    
#: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=Infsoft.WPE.App.UIComponents&version=0.0.99
                    
Install as a Cake Addin
#tool nuget:?package=Infsoft.WPE.App.UIComponents&version=0.0.99
                    
Install as a Cake Tool

Workplace Experience (WPE 3.0) Components Library for UI

This library contains common components used for displaying data.

Managers

Name Description File
IMouseManager.cs Can be used to subscribe to mouse click events and retrieve information about clicked dom elements Link
IScreenSizeManager.cs Can be used to subscribe to window size changes Link

Helpers

Name Description File
DelayedCallHelper.cs Can be used to delay changes Link
InputDebounceHelper.cs Can be used to delay string inputs from input fields Link

Components

Atoms

Name Figma Component File
Meta_List_Item.razor atoms/meta-list-item Link
Selection_List_Item.razor atoms/selection-list-item Link
Searchbar.razor atoms/searchbar Link
Nav_Tab.razor atoms/nav-tab Link
Link_Indicator.razor atoms/link-indicator Link
Buttons
Name Figma Component File
Buttons.razor atoms/button Link
Primary_Button.razor atoms/button (Primary) Link
Secondary_Button.razor atoms/button (Secondary) Link
Tertiary_Button.razor atoms/button (Tertiary) Link
Cards
Name Figma Component File
Card_Pageable_Content.razor - Link
Card_Pageable_Content_Loading.razor - Link
Page_Indicator.razor atoms/pageindicator Link
Page_Indicator_Header.razor - Link
Show_More.razor atoms/cards/show-more Link
Tiles
Name Figma Component File
Tile.razor - Link
Empty_Tile_Content.razor - Link
Error_Tile_Content.razor - Link
Forms
Name Figma Component File
Form_Dropdown_Selection.razor atoms/form/dropdown Link
Form_Number_Picker.razor - Link

General

Name Figma Component File
Icon.razor - Link
SwipeComponents
Name Figma Component File
Swipe_Component.razor - Link
Swipe_Component_Page.razor - Link
Login
Name Figma Component File
Login_Option_Button.razor - Link
Login_Selection_Overlay.razor - Link
Texts
Name Figma Component File
Text.razor - Link
Text_Bold.razor - Link
Text_Display.razor - Link
Text_ExtraBold.razor - Link
Text_Regular.razor - Link
Text_Uppercase.razor - Link

Ions

Name Figma Component File
Serp_Image_Icon.razor ions/serp-img (Icon) Link
Serp_Image_Round.razor ions/serp-img (Round image) Link
Serp_Image_Rect.razor ions/serp-img (Rectangle image) Link
Radio.razor ions/radio Link
Checkbox.razor ions/checkbox Link
Labels
Name Figma Component File
Label.razor ions/label Link
Label_Availability.razor ions/label (Free & Occupied) Link
Label_Brand.razor ions/label (Brand) Link
Label_Grey.razor ions/label (Grey) Link
Label_Outline.razor ions/label (Outline) Link
Label_Parking.razor ions/label-parking Link

Molecules

Name Figma Component File
List_Item.razor molecules/list-item Link
Dropdown_Body.razor molecules/dropdown-body Link
Forms
Name Figma Component File
Form_Dropdown.razor molecules/form/dropdown Link
Form_Slider.razor molecules/form/slider Link
FunctionButtons
Name Figma Component File
Function_Button.razor - Link
Function_Buttons_Horizontal_Scroll.razor molecules/function-buttons-horizontal-scroll Link

Organsims

Name Figma Component File
Nav_Entry_Slider.razor organisms/nav-entry-slider Link

Listeners

Allows to detect user interaction on the UI. E.g. detecting swipe gestures on mobile screens.

Setup

Add this at the very end of MainLayout:

<UIComponents />

Add this to Program.cs:

using Infsoft.WPE.App.UIComponents;
...
builder.Services.AddUIComponents();
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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on Infsoft.WPE.App.UIComponents:

Package Downloads
Infsoft.WPE.App.Layout.Dashboard

Provides components to integrate the dashboard app layout

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.47 106 10/16/2025
0.3.46 152 10/13/2025
0.3.45 163 10/9/2025
0.3.44 145 10/9/2025
0.3.43 179 10/2/2025
0.3.42 170 10/2/2025
0.3.41 160 10/2/2025
0.3.40 176 9/24/2025
0.3.39 160 9/24/2025
0.3.38 177 9/23/2025
0.3.37 208 9/22/2025
0.3.36 292 9/18/2025
0.3.35 292 9/17/2025
0.3.34 180 9/1/2025
0.3.33 218 8/28/2025
0.3.32 236 8/26/2025
0.3.31 233 8/26/2025
0.3.30 238 8/26/2025
0.3.29 315 8/25/2025
0.3.28 120 8/22/2025
0.3.27 160 8/21/2025
0.3.24 166 8/20/2025
0.3.23 160 8/20/2025
0.3.22 155 8/20/2025
0.3.21 171 8/20/2025
0.3.20 160 8/20/2025
0.3.19 158 8/20/2025
0.3.18 162 8/19/2025
0.3.17 167 8/19/2025
0.3.16 244 8/13/2025
0.3.15 259 8/6/2025
0.3.14 94 8/1/2025
0.3.13 162 7/28/2025
0.3.12 145 7/28/2025
0.3.11 136 7/28/2025
0.3.10 545 7/23/2025
0.3.9 134 7/18/2025
0.3.8 239 6/26/2025
0.3.7 183 6/26/2025
0.3.6 164 6/25/2025
0.3.5 161 6/25/2025
0.3.4 177 6/24/2025
0.3.3 165 6/23/2025
0.3.2 181 6/16/2025
0.3.1 337 6/12/2025
0.3.0 330 6/11/2025
0.2.60 313 6/11/2025
0.2.59 249 6/2/2025
0.2.58 196 5/28/2025
0.2.57 256 5/27/2025
0.2.56 304 5/22/2025
0.2.55 310 5/21/2025
0.2.54 186 5/20/2025
0.2.53 275 5/5/2025
0.2.52 197 4/25/2025
0.2.51 594 4/24/2025
0.2.50 375 4/22/2025
0.2.49 267 4/16/2025
0.2.48 232 4/16/2025
0.2.47 239 4/16/2025
0.2.46 229 4/15/2025
0.2.45 236 4/15/2025
0.2.44 235 4/15/2025
0.2.43 229 4/15/2025
0.2.42 407 4/11/2025
0.2.41 242 4/10/2025
0.2.39 769 4/9/2025
0.2.38 482 4/4/2025
0.2.37 172 4/4/2025
0.2.36 159 4/4/2025
0.2.35 163 4/4/2025
0.2.34 230 4/3/2025
0.2.33 201 4/3/2025
0.2.32 298 4/2/2025
0.2.31 220 4/1/2025
0.2.30 179 4/1/2025
0.2.29 200 3/31/2025
0.2.28 190 3/27/2025
0.2.27 674 3/26/2025
0.2.26 509 3/14/2025
0.2.25 185 3/13/2025
0.2.24 171 3/13/2025
0.2.23 376 3/13/2025
0.2.22 183 3/13/2025
0.2.21 180 3/13/2025
0.2.20 531 3/12/2025
0.2.19 361 3/11/2025
0.2.18 408 3/6/2025
0.2.17 274 3/6/2025
0.2.16 506 3/6/2025
0.2.15 236 3/6/2025
0.2.14 608 3/3/2025
0.2.13 161 2/28/2025
0.2.12 259 2/27/2025
0.2.11 131 2/27/2025
0.2.10 134 2/27/2025
0.2.9 131 2/26/2025
0.2.8 129 2/26/2025
0.2.7 180 2/25/2025
0.2.6 302 2/25/2025
0.2.5 173 2/25/2025
0.2.4 123 2/25/2025
0.2.3 142 2/24/2025
0.2.2 130 2/24/2025
0.2.1 146 2/24/2025
0.2.0 407 2/24/2025
0.1.13 175 2/21/2025
0.1.12 176 2/20/2025
0.1.11 154 2/20/2025
0.1.10 132 2/20/2025
0.1.9 163 2/20/2025
0.1.8 150 2/20/2025
0.1.7 143 2/20/2025
0.1.6 151 2/20/2025
0.1.5 135 2/20/2025
0.1.4 185 2/19/2025
0.1.3 285 2/19/2025
0.1.2 156 2/18/2025
0.1.1 147 2/18/2025
0.1.0 146 2/18/2025
0.0.188 153 2/18/2025
0.0.187 134 2/18/2025
0.0.186 143 2/18/2025
0.0.185 155 2/17/2025
0.0.184 134 2/17/2025
0.0.183 179 2/17/2025
0.0.182 155 2/14/2025
0.0.181 151 2/13/2025
0.0.180 161 2/13/2025
0.0.179 171 2/13/2025
0.0.177 173 2/12/2025
0.0.176 185 2/10/2025
0.0.175 155 2/10/2025
0.0.174 226 2/7/2025
0.0.173 149 2/6/2025
0.0.172 139 2/6/2025
0.0.171 125 2/6/2025
0.0.170 136 2/6/2025
0.0.169 161 2/6/2025
0.0.168 133 2/6/2025
0.0.167 128 2/6/2025
0.0.166 152 2/6/2025
0.0.165 183 2/5/2025
0.0.164 146 2/5/2025
0.0.163 187 2/4/2025
0.0.162 146 2/4/2025
0.0.161 235 1/31/2025
0.0.160 135 1/31/2025
0.0.159 201 1/27/2025
0.0.158 433 1/24/2025
0.0.157 156 1/23/2025
0.0.156 129 1/22/2025
0.0.155 126 1/22/2025
0.0.154 149 1/21/2025
0.0.153 151 1/21/2025
0.0.152 134 1/17/2025
0.0.151 118 1/16/2025
0.0.150 136 1/16/2025
0.0.149 127 1/15/2025
0.0.148 129 1/15/2025
0.0.147 92 1/14/2025
0.0.146 149 1/13/2025
0.0.145 101 1/13/2025
0.0.144 101 1/13/2025
0.0.143 108 1/13/2025
0.0.142 105 1/13/2025
0.0.141 91 1/13/2025
0.0.140 87 1/13/2025
0.0.139 99 1/13/2025
0.0.138 235 1/8/2025
0.0.137 135 1/7/2025
0.0.136 178 12/18/2024
0.0.135 226 12/16/2024
0.0.134 137 12/16/2024
0.0.133 161 12/13/2024
0.0.132 140 12/12/2024
0.0.131 175 12/5/2024
0.0.130 165 12/4/2024
0.0.129 175 12/3/2024
0.0.128 140 12/3/2024
0.0.127 135 12/3/2024
0.0.126 151 12/3/2024
0.0.125 176 12/2/2024
0.0.124 139 12/2/2024
0.0.123 187 11/29/2024
0.0.122 142 11/29/2024
0.0.121 197 11/28/2024
0.0.120 453 11/26/2024
0.0.119 166 11/21/2024
0.0.118 134 11/21/2024
0.0.117 136 11/21/2024
0.0.116 142 11/21/2024
0.0.115 147 11/20/2024
0.0.114 160 11/20/2024
0.0.113 159 11/19/2024
0.0.112 204 11/19/2024
0.0.111 150 11/18/2024
0.0.110 126 11/18/2024
0.0.109 134 11/18/2024
0.0.108 146 11/18/2024
0.0.107 154 11/18/2024
0.0.106 144 11/18/2024
0.0.105 157 11/18/2024
0.0.104 527 11/15/2024
0.0.103 146 11/15/2024
0.0.102 126 11/15/2024
0.0.101 134 11/15/2024
0.0.100 134 11/15/2024
0.0.99 141 11/14/2024
0.0.98 159 11/14/2024
0.0.97 143 11/14/2024
0.0.96 135 11/14/2024
0.0.95 149 11/14/2024
0.0.94 173 11/12/2024
0.0.93 148 11/12/2024
0.0.92 141 11/12/2024
0.0.91 139 11/12/2024
0.0.90 168 11/11/2024
0.0.89 146 11/11/2024
0.0.88 150 11/11/2024
0.0.87 147 11/11/2024
0.0.86 152 11/11/2024
0.0.85 139 11/11/2024
0.0.84 177 11/9/2024
0.0.83 145 11/9/2024
0.0.82 210 11/8/2024
0.0.80 143 11/8/2024
0.0.79 152 11/8/2024
0.0.78 184 11/8/2024
0.0.77 144 11/8/2024
0.0.76 155 11/8/2024
0.0.75 142 11/8/2024
0.0.74 142 11/8/2024
0.0.73 139 11/8/2024
0.0.72 136 11/8/2024
0.0.71 135 11/8/2024
0.0.70 155 11/7/2024
0.0.69 137 11/7/2024
0.0.68 146 11/7/2024
0.0.67 135 11/7/2024
0.0.66 145 11/7/2024
0.0.65 150 11/7/2024
0.0.64 158 11/6/2024
0.0.63 141 11/6/2024
0.0.61 132 11/6/2024
0.0.60 133 11/6/2024
0.0.59 147 11/4/2024
0.0.58 149 11/1/2024
0.0.57 149 10/31/2024
0.0.56 156 10/31/2024
0.0.55 162 10/31/2024
0.0.54 205 10/30/2024
0.0.53 143 10/29/2024
0.0.52 154 10/29/2024
0.0.51 230 10/26/2024
0.0.50 146 10/26/2024
0.0.49 179 10/25/2024
0.0.48 137 10/25/2024
0.0.47 164 10/25/2024
0.0.46 134 10/25/2024
0.0.45 195 10/24/2024
0.0.44 128 10/24/2024
0.0.43 147 10/24/2024
0.0.42 209 10/23/2024
0.0.41 185 10/22/2024
0.0.40 238 10/18/2024
0.0.39 199 10/18/2024
0.0.38 188 10/18/2024
0.0.37 200 10/17/2024
0.0.36 159 10/17/2024
0.0.35 160 10/16/2024
0.0.34 145 10/16/2024
0.0.33 147 10/16/2024
0.0.32 136 10/15/2024
0.0.31 142 10/15/2024
0.0.30 129 10/15/2024
0.0.29 178 10/11/2024
0.0.28 208 10/11/2024
0.0.27 144 10/10/2024
0.0.26 143 10/10/2024
0.0.25 193 10/7/2024
0.0.24 184 10/2/2024
0.0.22 157 10/1/2024
0.0.21 292 9/27/2024
0.0.20 206 9/27/2024
0.0.19 185 9/26/2024
0.0.18 156 9/26/2024
0.0.17 213 9/25/2024
0.0.16 171 9/25/2024
0.0.15 151 9/24/2024
0.0.14 146 9/24/2024
0.0.13 172 9/24/2024
0.0.12 148 9/24/2024
0.0.11 148 9/23/2024
0.0.10 166 9/23/2024
0.0.9 141 9/23/2024
0.0.8 177 9/20/2024
0.0.7 154 9/19/2024
0.0.6 139 9/19/2024
0.0.5 154 9/18/2024
0.0.4 155 9/18/2024
0.0.3 149 9/18/2024
0.0.2 148 9/18/2024