Infsoft.WPE.App.UIComponents 0.3.51

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.3.51
                    
NuGet\Install-Package Infsoft.WPE.App.UIComponents -Version 0.3.51
                    
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.3.51" />
                    
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.3.51" />
                    
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.3.51
                    
#r "nuget: Infsoft.WPE.App.UIComponents, 0.3.51"
                    
#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.3.51
                    
#: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.3.51
                    
Install as a Cake Addin
#tool nuget:?package=Infsoft.WPE.App.UIComponents&version=0.3.51
                    
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
MetaListItem.razor atoms/meta-list-item Link
SelectionListItem.razor atoms/selection-list-item Link
Searchbar.razor atoms/searchbar Link
NavTab.razor atoms/nav-tab Link
LinkIndicator.razor atoms/link-indicator Link
FreeOccupiedIndicator.razor - Link
Tag.razor atoms/tag Link
ContentBoxTabButtonGroup.razor atoms/contentbox-tab-button-group Link
Buttons
Name Figma Component File
Buttons.razor atoms/button Link
PrimaryButton.razor atoms/button (Primary) Link
SecondaryButton.razor atoms/button (Secondary) Link
TertiaryButton.razor atoms/button (Tertiary) Link
ProgressButton.razor atoms/progress-button Link
PageElements
Name Figma Component File
PaginationDot.razor atoms/pagination-dot Link
Forms
Name Figma Component File
FormDropdownSelection.razor atoms/form/dropdown Link
FormNumberPicker.razor - Link
FormTextInput.razor atoms/form/text Link
FormDateOnlyInput.razor - Link
FormDateTimeInput.razor - Link
FormLabel.razor - Link
FormTimeOnlyInput.razor - Link
FormToggleButtonInput.razor - Link
FormCheckboxGroup.razor atoms/form/checkbox-group Link
FormCheckbox.razor atoms/form/checkbox Link
FormMultiTextInput.razor - Link

General

Name Figma Component File
Icon.razor - Link
PageableContent.razor - Link
SwipeComponents
Name Figma Component File
SwipeComponent.razor - Link
SwipeComponentPage.razor - Link
Login
Name Figma Component File
LoginOptionButton.razor - Link
LoginSelectionOverlay.razor - Link
LoginInputContainer.razor - Link
LoginVoucherDialog.razor - Link
Texts
Name Figma Component File
Text.razor - Link
TextBold.razor - Link
TextDisplay.razor - Link
TextExtraBold.razor - Link
TextRegular.razor - Link
TextUppercase.razor - Link

Ions

Name Figma Component File
SerpImageIcon.razor ions/serp-img (Icon) Link
SerpImageRound.razor ions/serp-img (Round image) Link
SerpImageRect.razor ions/serp-img (Rectangle image) Link
Radio.razor ions/radio Link
Checkbox.razor ions/checkbox Link
MetaInfoElement.razor ions/meta-info-element Link
ContentBoxTabButton.razor ions/contentbox-tab-button Link
Labels
Name Figma Component File
Label.razor ions/label Link
LabelAvailability.razor ions/label (Free & Occupied) Link
LabelBrand.razor ions/label (Brand) Link
LabelGrey.razor ions/label (Grey) Link
LabelOutline.razor ions/label (Outline) Link
LabelParking.razor ions/label-parking Link

Molecules

Name Figma Component File
ListItem.razor molecules/list-item Link
ShowMore.razor atoms/cards/show-more Link
LocationInfo.razor molecules/location-info Link
LocationInfoSmall.razor molecules/location-info-small Link
ProgressButtonGroup.razor molecules/progress-button-group Link
Name Figma Component File
SortDropdown.razor molecules/sort-dropdown Link
FilterDropdown.razor molecules/filter-dropdown Link
DropdownBody.razor molecules/dropdown-body Link
MultiSelectDropdownBody.razor molecules/dropdown-body Link
SingleSelectDropdownBody.razor molecules/dropdown-body Link
PageElements
Name Figma Component File
PageIndicator.razor molecules/page-indicator Link
Forms
Name Figma Component File
FormDropdown.razor molecules/form/dropdown Link
FormSlider.razor molecules/form/slider Link
FormDateOnly.razor - Link
FormTimeOnly.razor - Link
FormDateTime.razor - Link
FormText.razor - Link
FormToggleButton.razor - Link
FunctionButtons
Name Figma Component File
FunctionButton.razor - Link
FunctionButtonsHorizontalScroll.razor molecules/function-buttons-horizontal-scroll Link

Organsims

Apps
Name Figma Component File
App.razor - Link
Name Figma Component File
NavEntry.razor - Link
Tiles
Name Figma Component File
Tile.razor - Link
EmptyTileContent.razor - Link
ErrorTileContent.razor - Link

PoIComponents

Name Figma Component File
PoIComponent.razor - 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 net9.0 is compatible.  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.52 88 10/27/2025
0.3.51 77 10/27/2025
0.3.50 165 10/23/2025
0.3.49 175 10/21/2025
0.3.48 163 10/20/2025
0.3.47 163 10/16/2025
0.3.46 165 10/13/2025
0.3.45 170 10/9/2025
0.3.44 151 10/9/2025
0.3.43 185 10/2/2025
0.3.42 177 10/2/2025
0.3.41 166 10/2/2025
0.3.40 179 9/24/2025
0.3.39 164 9/24/2025
0.3.38 179 9/23/2025
0.3.37 210 9/22/2025
0.3.36 294 9/18/2025
0.3.35 294 9/17/2025
0.3.34 182 9/1/2025
0.3.33 221 8/28/2025
0.3.32 239 8/26/2025
0.3.31 236 8/26/2025
0.3.30 242 8/26/2025
0.3.29 318 8/25/2025
0.3.28 122 8/22/2025
0.3.27 162 8/21/2025
0.3.24 170 8/20/2025
0.3.23 163 8/20/2025
0.3.22 159 8/20/2025
0.3.21 174 8/20/2025
0.3.20 164 8/20/2025
0.3.19 160 8/20/2025
0.3.18 164 8/19/2025
0.3.17 170 8/19/2025
0.3.16 261 8/13/2025
0.3.15 262 8/6/2025
0.3.14 97 8/1/2025
0.3.13 166 7/28/2025
0.3.12 148 7/28/2025
0.3.11 138 7/28/2025
0.3.10 547 7/23/2025
0.3.9 139 7/18/2025
0.3.8 243 6/26/2025
0.3.7 185 6/26/2025
0.3.6 167 6/25/2025
0.3.5 163 6/25/2025
0.3.4 178 6/24/2025
0.3.3 167 6/23/2025
0.3.2 187 6/16/2025
0.3.1 340 6/12/2025
0.3.0 331 6/11/2025
0.2.60 317 6/11/2025
0.2.59 252 6/2/2025
0.2.58 201 5/28/2025
0.2.57 256 5/27/2025
0.2.56 306 5/22/2025
0.2.55 312 5/21/2025
0.2.54 187 5/20/2025
0.2.53 279 5/5/2025
0.2.52 198 4/25/2025
0.2.51 595 4/24/2025
0.2.50 377 4/22/2025
0.2.49 268 4/16/2025
0.2.48 233 4/16/2025
0.2.47 240 4/16/2025
0.2.46 230 4/15/2025
0.2.45 238 4/15/2025
0.2.44 236 4/15/2025
0.2.43 231 4/15/2025
0.2.42 409 4/11/2025
0.2.41 243 4/10/2025
0.2.39 770 4/9/2025
0.2.38 483 4/4/2025
0.2.37 175 4/4/2025
0.2.36 161 4/4/2025
0.2.35 166 4/4/2025
0.2.34 231 4/3/2025
0.2.33 203 4/3/2025
0.2.32 300 4/2/2025
0.2.31 222 4/1/2025
0.2.30 181 4/1/2025
0.2.29 203 3/31/2025
0.2.28 192 3/27/2025
0.2.27 675 3/26/2025
0.2.26 512 3/14/2025
0.2.25 187 3/13/2025
0.2.24 173 3/13/2025
0.2.23 380 3/13/2025
0.2.22 186 3/13/2025
0.2.21 181 3/13/2025
0.2.20 532 3/12/2025
0.2.19 364 3/11/2025
0.2.18 412 3/6/2025
0.2.17 276 3/6/2025
0.2.16 508 3/6/2025
0.2.15 238 3/6/2025
0.2.14 610 3/3/2025
0.2.13 162 2/28/2025
0.2.12 260 2/27/2025
0.2.11 133 2/27/2025
0.2.10 137 2/27/2025
0.2.9 135 2/26/2025
0.2.8 132 2/26/2025
0.2.7 182 2/25/2025
0.2.6 306 2/25/2025
0.2.5 178 2/25/2025
0.2.4 125 2/25/2025
0.2.3 144 2/24/2025
0.2.2 131 2/24/2025
0.2.1 151 2/24/2025
0.2.0 409 2/24/2025
0.1.13 176 2/21/2025
0.1.12 179 2/20/2025
0.1.11 159 2/20/2025
0.1.10 133 2/20/2025
0.1.9 168 2/20/2025
0.1.8 153 2/20/2025
0.1.7 146 2/20/2025
0.1.6 154 2/20/2025
0.1.5 136 2/20/2025
0.1.4 187 2/19/2025
0.1.3 288 2/19/2025
0.1.2 158 2/18/2025
0.1.1 149 2/18/2025
0.1.0 148 2/18/2025
0.0.188 155 2/18/2025
0.0.187 136 2/18/2025
0.0.186 146 2/18/2025
0.0.185 156 2/17/2025
0.0.184 135 2/17/2025
0.0.183 181 2/17/2025
0.0.182 160 2/14/2025
0.0.181 153 2/13/2025
0.0.180 163 2/13/2025
0.0.179 173 2/13/2025
0.0.177 178 2/12/2025
0.0.176 188 2/10/2025
0.0.175 159 2/10/2025
0.0.174 228 2/7/2025
0.0.173 150 2/6/2025
0.0.172 141 2/6/2025
0.0.171 127 2/6/2025
0.0.170 138 2/6/2025
0.0.169 162 2/6/2025
0.0.168 134 2/6/2025
0.0.167 130 2/6/2025
0.0.166 153 2/6/2025
0.0.165 186 2/5/2025
0.0.164 147 2/5/2025
0.0.163 188 2/4/2025
0.0.162 147 2/4/2025
0.0.161 236 1/31/2025
0.0.160 136 1/31/2025
0.0.159 204 1/27/2025
0.0.158 437 1/24/2025
0.0.157 162 1/23/2025
0.0.156 132 1/22/2025
0.0.155 128 1/22/2025
0.0.154 152 1/21/2025
0.0.153 155 1/21/2025
0.0.152 135 1/17/2025
0.0.151 120 1/16/2025
0.0.150 137 1/16/2025
0.0.149 130 1/15/2025
0.0.148 130 1/15/2025
0.0.147 96 1/14/2025
0.0.146 154 1/13/2025
0.0.145 102 1/13/2025
0.0.144 102 1/13/2025
0.0.143 111 1/13/2025
0.0.142 108 1/13/2025
0.0.141 92 1/13/2025
0.0.140 89 1/13/2025
0.0.139 100 1/13/2025
0.0.138 237 1/8/2025
0.0.137 136 1/7/2025
0.0.136 180 12/18/2024
0.0.135 227 12/16/2024
0.0.134 139 12/16/2024
0.0.133 162 12/13/2024
0.0.132 141 12/12/2024
0.0.131 177 12/5/2024
0.0.130 169 12/4/2024
0.0.129 177 12/3/2024
0.0.128 141 12/3/2024
0.0.127 139 12/3/2024
0.0.126 153 12/3/2024
0.0.125 179 12/2/2024
0.0.124 141 12/2/2024
0.0.123 193 11/29/2024
0.0.122 144 11/29/2024
0.0.121 199 11/28/2024
0.0.120 453 11/26/2024
0.0.119 167 11/21/2024
0.0.118 135 11/21/2024
0.0.117 138 11/21/2024
0.0.116 144 11/21/2024
0.0.115 148 11/20/2024
0.0.114 166 11/20/2024
0.0.113 161 11/19/2024
0.0.112 209 11/19/2024
0.0.111 151 11/18/2024
0.0.110 129 11/18/2024
0.0.109 136 11/18/2024
0.0.108 151 11/18/2024
0.0.107 157 11/18/2024
0.0.106 146 11/18/2024
0.0.105 158 11/18/2024
0.0.104 529 11/15/2024
0.0.103 148 11/15/2024
0.0.102 127 11/15/2024
0.0.101 136 11/15/2024
0.0.100 135 11/15/2024
0.0.99 143 11/14/2024
0.0.98 160 11/14/2024
0.0.97 147 11/14/2024
0.0.96 136 11/14/2024
0.0.95 151 11/14/2024
0.0.94 175 11/12/2024
0.0.93 150 11/12/2024
0.0.92 142 11/12/2024
0.0.91 140 11/12/2024
0.0.90 169 11/11/2024
0.0.89 149 11/11/2024
0.0.88 151 11/11/2024
0.0.87 150 11/11/2024
0.0.86 155 11/11/2024
0.0.85 140 11/11/2024
0.0.84 183 11/9/2024
0.0.83 146 11/9/2024
0.0.82 213 11/8/2024
0.0.80 144 11/8/2024
0.0.79 154 11/8/2024
0.0.78 186 11/8/2024
0.0.77 146 11/8/2024
0.0.76 157 11/8/2024
0.0.75 143 11/8/2024
0.0.74 143 11/8/2024
0.0.73 140 11/8/2024
0.0.72 139 11/8/2024
0.0.71 137 11/8/2024
0.0.70 156 11/7/2024
0.0.69 138 11/7/2024
0.0.68 148 11/7/2024
0.0.67 137 11/7/2024
0.0.66 146 11/7/2024
0.0.65 151 11/7/2024
0.0.64 159 11/6/2024
0.0.63 143 11/6/2024
0.0.61 134 11/6/2024
0.0.60 134 11/6/2024
0.0.59 149 11/4/2024
0.0.58 150 11/1/2024
0.0.57 150 10/31/2024
0.0.56 157 10/31/2024
0.0.55 163 10/31/2024
0.0.54 208 10/30/2024
0.0.53 145 10/29/2024
0.0.52 156 10/29/2024
0.0.51 233 10/26/2024
0.0.50 149 10/26/2024
0.0.49 186 10/25/2024
0.0.48 139 10/25/2024
0.0.47 166 10/25/2024
0.0.46 136 10/25/2024
0.0.45 197 10/24/2024
0.0.44 129 10/24/2024
0.0.43 148 10/24/2024
0.0.42 212 10/23/2024
0.0.41 187 10/22/2024
0.0.40 239 10/18/2024
0.0.39 201 10/18/2024
0.0.38 190 10/18/2024
0.0.37 202 10/17/2024
0.0.36 159 10/17/2024
0.0.35 160 10/16/2024
0.0.34 146 10/16/2024
0.0.33 149 10/16/2024
0.0.32 136 10/15/2024
0.0.31 145 10/15/2024
0.0.30 130 10/15/2024
0.0.29 186 10/11/2024
0.0.28 211 10/11/2024
0.0.27 145 10/10/2024
0.0.26 145 10/10/2024
0.0.25 195 10/7/2024
0.0.24 187 10/2/2024
0.0.22 159 10/1/2024
0.0.21 295 9/27/2024
0.0.20 208 9/27/2024
0.0.19 188 9/26/2024
0.0.18 157 9/26/2024
0.0.17 216 9/25/2024
0.0.16 174 9/25/2024
0.0.15 152 9/24/2024
0.0.14 148 9/24/2024
0.0.13 173 9/24/2024
0.0.12 151 9/24/2024
0.0.11 150 9/23/2024
0.0.10 169 9/23/2024
0.0.9 143 9/23/2024
0.0.8 179 9/20/2024
0.0.7 156 9/19/2024
0.0.6 141 9/19/2024
0.0.5 157 9/18/2024
0.0.4 157 9/18/2024
0.0.3 150 9/18/2024
0.0.2 150 9/18/2024