Infsoft.WPE.App.UIComponents 0.3.49

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.49
                    
NuGet\Install-Package Infsoft.WPE.App.UIComponents -Version 0.3.49
                    
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.49" />
                    
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.49" />
                    
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.49
                    
#r "nuget: Infsoft.WPE.App.UIComponents, 0.3.49"
                    
#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.49
                    
#: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.49
                    
Install as a Cake Addin
#tool nuget:?package=Infsoft.WPE.App.UIComponents&version=0.3.49
                    
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.62 160 11/24/2025
0.3.61 339 11/21/2025
0.3.60 205 11/6/2025
0.3.59 200 11/6/2025
0.3.58 186 11/6/2025
0.3.57 145 11/1/2025
0.3.56 159 10/31/2025
0.3.55 213 10/30/2025
0.3.54 183 10/30/2025
0.3.53 178 10/30/2025
0.3.52 183 10/27/2025
0.3.51 171 10/27/2025
0.3.50 180 10/23/2025
0.3.49 183 10/21/2025
0.3.48 174 10/20/2025
0.3.47 169 10/16/2025
0.3.46 170 10/13/2025
0.3.45 177 10/9/2025
0.3.44 160 10/9/2025
0.3.43 190 10/2/2025
0.3.42 187 10/2/2025
0.3.41 174 10/2/2025
0.3.40 187 9/24/2025
0.3.39 169 9/24/2025
0.3.38 185 9/23/2025
0.3.37 214 9/22/2025
0.3.36 302 9/18/2025
0.3.35 303 9/17/2025
0.3.34 188 9/1/2025
0.3.33 228 8/28/2025
0.3.32 244 8/26/2025
0.3.31 243 8/26/2025
0.3.30 248 8/26/2025
0.3.29 327 8/25/2025
0.3.28 129 8/22/2025
0.3.27 166 8/21/2025
0.3.24 174 8/20/2025
0.3.23 169 8/20/2025
0.3.22 162 8/20/2025
0.3.21 181 8/20/2025
0.3.20 167 8/20/2025
0.3.19 168 8/20/2025
0.3.18 170 8/19/2025
0.3.17 179 8/19/2025
0.3.16 269 8/13/2025
0.3.15 265 8/6/2025
0.3.14 103 8/1/2025
0.3.13 174 7/28/2025
0.3.12 152 7/28/2025
0.3.11 142 7/28/2025
0.3.10 552 7/23/2025
0.3.9 143 7/18/2025
0.3.8 248 6/26/2025
0.3.7 191 6/26/2025
0.3.6 176 6/25/2025
0.3.5 169 6/25/2025
0.3.4 184 6/24/2025
0.3.3 171 6/23/2025
0.3.2 197 6/16/2025
0.3.1 346 6/12/2025
0.3.0 336 6/11/2025
0.2.60 324 6/11/2025
0.2.59 257 6/2/2025
0.2.58 210 5/28/2025
0.2.57 259 5/27/2025
0.2.56 312 5/22/2025
0.2.55 315 5/21/2025
0.2.54 193 5/20/2025
0.2.53 285 5/5/2025
0.2.52 207 4/25/2025
0.2.51 600 4/24/2025
0.2.50 380 4/22/2025
0.2.49 274 4/16/2025
0.2.48 238 4/16/2025
0.2.47 246 4/16/2025
0.2.46 232 4/15/2025
0.2.45 244 4/15/2025
0.2.44 240 4/15/2025
0.2.43 238 4/15/2025
0.2.42 414 4/11/2025
0.2.41 247 4/10/2025
0.2.39 772 4/9/2025
0.2.38 494 4/4/2025
0.2.37 181 4/4/2025
0.2.36 165 4/4/2025
0.2.35 168 4/4/2025
0.2.34 237 4/3/2025
0.2.33 208 4/3/2025
0.2.32 305 4/2/2025
0.2.31 226 4/1/2025
0.2.30 187 4/1/2025
0.2.29 209 3/31/2025
0.2.28 195 3/27/2025
0.2.27 678 3/26/2025
0.2.26 521 3/14/2025
0.2.25 192 3/13/2025
0.2.24 176 3/13/2025
0.2.23 385 3/13/2025
0.2.22 190 3/13/2025
0.2.21 186 3/13/2025
0.2.20 539 3/12/2025
0.2.19 367 3/11/2025
0.2.18 419 3/6/2025
0.2.17 280 3/6/2025
0.2.16 511 3/6/2025
0.2.15 241 3/6/2025
0.2.14 617 3/3/2025
0.2.13 166 2/28/2025
0.2.12 265 2/27/2025
0.2.11 136 2/27/2025
0.2.10 139 2/27/2025
0.2.9 139 2/26/2025
0.2.8 136 2/26/2025
0.2.7 186 2/25/2025
0.2.6 309 2/25/2025
0.2.5 188 2/25/2025
0.2.4 128 2/25/2025
0.2.3 149 2/24/2025
0.2.2 135 2/24/2025
0.2.1 158 2/24/2025
0.2.0 415 2/24/2025
0.1.13 182 2/21/2025
0.1.12 181 2/20/2025
0.1.11 167 2/20/2025
0.1.10 138 2/20/2025
0.1.9 174 2/20/2025
0.1.8 155 2/20/2025
0.1.7 149 2/20/2025
0.1.6 155 2/20/2025
0.1.5 144 2/20/2025
0.1.4 190 2/19/2025
0.1.3 293 2/19/2025
0.1.2 164 2/18/2025
0.1.1 153 2/18/2025
0.1.0 151 2/18/2025
0.0.188 157 2/18/2025
0.0.187 140 2/18/2025
0.0.186 150 2/18/2025
0.0.185 160 2/17/2025
0.0.184 138 2/17/2025
0.0.183 182 2/17/2025
0.0.182 164 2/14/2025
0.0.181 155 2/13/2025
0.0.180 166 2/13/2025
0.0.179 174 2/13/2025
0.0.177 184 2/12/2025
0.0.176 192 2/10/2025
0.0.175 164 2/10/2025
0.0.174 232 2/7/2025
0.0.173 152 2/6/2025
0.0.172 143 2/6/2025
0.0.171 129 2/6/2025
0.0.170 141 2/6/2025
0.0.169 168 2/6/2025
0.0.168 138 2/6/2025
0.0.167 132 2/6/2025
0.0.166 156 2/6/2025
0.0.165 194 2/5/2025
0.0.164 149 2/5/2025
0.0.163 190 2/4/2025
0.0.162 150 2/4/2025
0.0.161 240 1/31/2025
0.0.160 138 1/31/2025
0.0.159 207 1/27/2025
0.0.158 438 1/24/2025
0.0.157 166 1/23/2025
0.0.156 134 1/22/2025
0.0.155 131 1/22/2025
0.0.154 156 1/21/2025
0.0.153 159 1/21/2025
0.0.152 137 1/17/2025
0.0.151 122 1/16/2025
0.0.150 139 1/16/2025
0.0.149 132 1/15/2025
0.0.148 133 1/15/2025
0.0.147 99 1/14/2025
0.0.146 164 1/13/2025
0.0.145 104 1/13/2025
0.0.144 104 1/13/2025
0.0.143 115 1/13/2025
0.0.142 115 1/13/2025
0.0.141 93 1/13/2025
0.0.140 92 1/13/2025
0.0.139 103 1/13/2025
0.0.138 241 1/8/2025
0.0.137 139 1/7/2025
0.0.136 183 12/18/2024
0.0.135 230 12/16/2024
0.0.134 141 12/16/2024
0.0.133 164 12/13/2024
0.0.132 144 12/12/2024
0.0.131 182 12/5/2024
0.0.130 170 12/4/2024
0.0.129 179 12/3/2024
0.0.128 145 12/3/2024
0.0.127 141 12/3/2024
0.0.126 155 12/3/2024
0.0.125 180 12/2/2024
0.0.124 145 12/2/2024
0.0.123 203 11/29/2024
0.0.122 146 11/29/2024
0.0.121 206 11/28/2024
0.0.120 456 11/26/2024
0.0.119 170 11/21/2024
0.0.118 147 11/21/2024
0.0.117 141 11/21/2024
0.0.116 146 11/21/2024
0.0.115 150 11/20/2024
0.0.114 170 11/20/2024
0.0.113 164 11/19/2024
0.0.112 212 11/19/2024
0.0.111 157 11/18/2024
0.0.110 133 11/18/2024
0.0.109 137 11/18/2024
0.0.108 155 11/18/2024
0.0.107 163 11/18/2024
0.0.106 149 11/18/2024
0.0.105 165 11/18/2024
0.0.104 533 11/15/2024
0.0.103 150 11/15/2024
0.0.102 132 11/15/2024
0.0.101 138 11/15/2024
0.0.100 137 11/15/2024
0.0.99 144 11/14/2024
0.0.98 162 11/14/2024
0.0.97 151 11/14/2024
0.0.96 137 11/14/2024
0.0.95 154 11/14/2024
0.0.94 178 11/12/2024
0.0.93 152 11/12/2024
0.0.92 145 11/12/2024
0.0.91 142 11/12/2024
0.0.90 174 11/11/2024
0.0.89 152 11/11/2024
0.0.88 153 11/11/2024
0.0.87 155 11/11/2024
0.0.86 158 11/11/2024
0.0.85 144 11/11/2024
0.0.84 194 11/9/2024
0.0.83 149 11/9/2024
0.0.82 216 11/8/2024
0.0.80 145 11/8/2024
0.0.79 156 11/8/2024
0.0.78 191 11/8/2024
0.0.77 151 11/8/2024
0.0.76 162 11/8/2024
0.0.75 146 11/8/2024
0.0.74 147 11/8/2024
0.0.73 142 11/8/2024
0.0.72 141 11/8/2024
0.0.71 139 11/8/2024
0.0.70 160 11/7/2024
0.0.69 140 11/7/2024
0.0.68 149 11/7/2024
0.0.67 138 11/7/2024
0.0.66 150 11/7/2024
0.0.65 155 11/7/2024
0.0.64 163 11/6/2024
0.0.63 146 11/6/2024
0.0.61 135 11/6/2024
0.0.60 135 11/6/2024
0.0.59 151 11/4/2024
0.0.58 155 11/1/2024
0.0.57 153 10/31/2024
0.0.56 160 10/31/2024
0.0.55 167 10/31/2024
0.0.54 211 10/30/2024
0.0.53 147 10/29/2024
0.0.52 158 10/29/2024
0.0.51 236 10/26/2024
0.0.50 154 10/26/2024
0.0.49 191 10/25/2024
0.0.48 140 10/25/2024
0.0.47 168 10/25/2024
0.0.46 141 10/25/2024
0.0.45 201 10/24/2024
0.0.44 130 10/24/2024
0.0.43 149 10/24/2024
0.0.42 213 10/23/2024
0.0.41 189 10/22/2024
0.0.40 244 10/18/2024
0.0.39 208 10/18/2024
0.0.38 194 10/18/2024
0.0.37 203 10/17/2024
0.0.36 163 10/17/2024
0.0.35 163 10/16/2024
0.0.34 151 10/16/2024
0.0.33 164 10/16/2024
0.0.32 142 10/15/2024
0.0.31 147 10/15/2024
0.0.30 133 10/15/2024
0.0.29 189 10/11/2024
0.0.28 213 10/11/2024
0.0.27 149 10/10/2024
0.0.26 147 10/10/2024
0.0.25 208 10/7/2024
0.0.24 191 10/2/2024
0.0.22 161 10/1/2024
0.0.21 298 9/27/2024
0.0.20 214 9/27/2024
0.0.19 193 9/26/2024
0.0.18 159 9/26/2024
0.0.17 219 9/25/2024
0.0.16 186 9/25/2024
0.0.15 155 9/24/2024
0.0.14 152 9/24/2024
0.0.13 175 9/24/2024
0.0.12 152 9/24/2024
0.0.11 153 9/23/2024
0.0.10 178 9/23/2024
0.0.9 145 9/23/2024
0.0.8 182 9/20/2024
0.0.7 157 9/19/2024
0.0.6 142 9/19/2024
0.0.5 162 9/18/2024
0.0.4 160 9/18/2024
0.0.3 152 9/18/2024
0.0.2 156 9/18/2024