Infsoft.WPE.App.UIComponents 0.3.14

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.14
                    
NuGet\Install-Package Infsoft.WPE.App.UIComponents -Version 0.3.14
                    
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.14" />
                    
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.14" />
                    
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.14
                    
#r "nuget: Infsoft.WPE.App.UIComponents, 0.3.14"
                    
#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.14
                    
#: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.14
                    
Install as a Cake Addin
#tool nuget:?package=Infsoft.WPE.App.UIComponents&version=0.3.14
                    
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.40 135 9/24/2025
0.3.39 122 9/24/2025
0.3.38 157 9/23/2025
0.3.37 183 9/22/2025
0.3.36 279 9/18/2025
0.3.35 280 9/17/2025
0.3.34 167 9/1/2025
0.3.33 206 8/28/2025
0.3.32 224 8/26/2025
0.3.31 221 8/26/2025
0.3.30 226 8/26/2025
0.3.29 300 8/25/2025
0.3.28 109 8/22/2025
0.3.27 139 8/21/2025
0.3.24 144 8/20/2025
0.3.23 148 8/20/2025
0.3.22 143 8/20/2025
0.3.21 150 8/20/2025
0.3.20 148 8/20/2025
0.3.19 147 8/20/2025
0.3.18 151 8/19/2025
0.3.17 145 8/19/2025
0.3.16 212 8/13/2025
0.3.15 245 8/6/2025
0.3.14 82 8/1/2025
0.3.13 133 7/28/2025
0.3.12 134 7/28/2025
0.3.11 125 7/28/2025
0.3.10 524 7/23/2025
0.3.9 120 7/18/2025
0.3.8 212 6/26/2025
0.3.7 151 6/26/2025
0.3.6 153 6/25/2025
0.3.5 150 6/25/2025
0.3.4 154 6/24/2025
0.3.3 144 6/23/2025
0.3.2 166 6/16/2025
0.3.1 316 6/12/2025
0.3.0 313 6/11/2025
0.2.60 302 6/11/2025
0.2.59 229 6/2/2025
0.2.58 182 5/28/2025
0.2.57 245 5/27/2025
0.2.56 281 5/22/2025
0.2.55 298 5/21/2025
0.2.54 173 5/20/2025
0.2.53 262 5/5/2025
0.2.52 186 4/25/2025
0.2.51 556 4/24/2025
0.2.50 354 4/22/2025
0.2.49 255 4/16/2025
0.2.48 219 4/16/2025
0.2.47 218 4/16/2025
0.2.46 218 4/15/2025
0.2.45 223 4/15/2025
0.2.44 214 4/15/2025
0.2.43 205 4/15/2025
0.2.42 386 4/11/2025
0.2.41 229 4/10/2025
0.2.39 737 4/9/2025
0.2.38 439 4/4/2025
0.2.37 161 4/4/2025
0.2.36 148 4/4/2025
0.2.35 152 4/4/2025
0.2.34 219 4/3/2025
0.2.33 190 4/3/2025
0.2.32 275 4/2/2025
0.2.31 208 4/1/2025
0.2.30 168 4/1/2025
0.2.29 186 3/31/2025
0.2.28 180 3/27/2025
0.2.27 663 3/26/2025
0.2.26 489 3/14/2025
0.2.25 174 3/13/2025
0.2.24 160 3/13/2025
0.2.23 361 3/13/2025
0.2.22 170 3/13/2025
0.2.21 159 3/13/2025
0.2.20 479 3/12/2025
0.2.19 347 3/11/2025
0.2.18 387 3/6/2025
0.2.17 261 3/6/2025
0.2.16 473 3/6/2025
0.2.15 224 3/6/2025
0.2.14 573 3/3/2025
0.2.13 150 2/28/2025
0.2.12 247 2/27/2025
0.2.11 120 2/27/2025
0.2.10 122 2/27/2025
0.2.9 120 2/26/2025
0.2.8 108 2/26/2025
0.2.7 169 2/25/2025
0.2.6 288 2/25/2025
0.2.5 155 2/25/2025
0.2.4 111 2/25/2025
0.2.3 126 2/24/2025
0.2.2 119 2/24/2025
0.2.1 133 2/24/2025
0.2.0 383 2/24/2025
0.1.13 154 2/21/2025
0.1.12 165 2/20/2025
0.1.11 140 2/20/2025
0.1.10 121 2/20/2025
0.1.9 146 2/20/2025
0.1.8 138 2/20/2025
0.1.7 131 2/20/2025
0.1.6 140 2/20/2025
0.1.5 124 2/20/2025
0.1.4 173 2/19/2025
0.1.3 262 2/19/2025
0.1.2 142 2/18/2025
0.1.1 136 2/18/2025
0.1.0 135 2/18/2025
0.0.188 131 2/18/2025
0.0.187 123 2/18/2025
0.0.186 120 2/18/2025
0.0.185 144 2/17/2025
0.0.184 123 2/17/2025
0.0.183 160 2/17/2025
0.0.182 144 2/14/2025
0.0.181 140 2/13/2025
0.0.180 150 2/13/2025
0.0.179 160 2/13/2025
0.0.177 158 2/12/2025
0.0.176 158 2/10/2025
0.0.175 140 2/10/2025
0.0.174 203 2/7/2025
0.0.173 137 2/6/2025
0.0.172 128 2/6/2025
0.0.171 114 2/6/2025
0.0.170 121 2/6/2025
0.0.169 143 2/6/2025
0.0.168 122 2/6/2025
0.0.167 117 2/6/2025
0.0.166 140 2/6/2025
0.0.165 167 2/5/2025
0.0.164 135 2/5/2025
0.0.163 156 2/4/2025
0.0.162 135 2/4/2025
0.0.161 223 1/31/2025
0.0.160 122 1/31/2025
0.0.159 190 1/27/2025
0.0.158 403 1/24/2025
0.0.157 142 1/23/2025
0.0.156 108 1/22/2025
0.0.155 114 1/22/2025
0.0.154 125 1/21/2025
0.0.153 135 1/21/2025
0.0.152 122 1/17/2025
0.0.151 106 1/16/2025
0.0.150 124 1/16/2025
0.0.149 115 1/15/2025
0.0.148 117 1/15/2025
0.0.147 79 1/14/2025
0.0.146 122 1/13/2025
0.0.145 79 1/13/2025
0.0.144 89 1/13/2025
0.0.143 76 1/13/2025
0.0.142 81 1/13/2025
0.0.141 80 1/13/2025
0.0.140 75 1/13/2025
0.0.139 77 1/13/2025
0.0.138 223 1/8/2025
0.0.137 124 1/7/2025
0.0.136 164 12/18/2024
0.0.135 213 12/16/2024
0.0.134 125 12/16/2024
0.0.133 146 12/13/2024
0.0.132 128 12/12/2024
0.0.131 154 12/5/2024
0.0.130 154 12/4/2024
0.0.129 164 12/3/2024
0.0.128 119 12/3/2024
0.0.127 124 12/3/2024
0.0.126 140 12/3/2024
0.0.125 165 12/2/2024
0.0.124 125 12/2/2024
0.0.123 169 11/29/2024
0.0.122 131 11/29/2024
0.0.121 185 11/28/2024
0.0.120 428 11/26/2024
0.0.119 155 11/21/2024
0.0.118 110 11/21/2024
0.0.117 125 11/21/2024
0.0.116 121 11/21/2024
0.0.115 135 11/20/2024
0.0.114 145 11/20/2024
0.0.113 148 11/19/2024
0.0.112 178 11/19/2024
0.0.111 136 11/18/2024
0.0.110 105 11/18/2024
0.0.109 113 11/18/2024
0.0.108 130 11/18/2024
0.0.107 141 11/18/2024
0.0.106 133 11/18/2024
0.0.105 126 11/18/2024
0.0.104 501 11/15/2024
0.0.103 123 11/15/2024
0.0.102 115 11/15/2024
0.0.101 123 11/15/2024
0.0.100 123 11/15/2024
0.0.99 130 11/14/2024
0.0.98 148 11/14/2024
0.0.97 132 11/14/2024
0.0.96 124 11/14/2024
0.0.95 136 11/14/2024
0.0.94 161 11/12/2024
0.0.93 138 11/12/2024
0.0.92 130 11/12/2024
0.0.91 128 11/12/2024
0.0.90 157 11/11/2024
0.0.89 135 11/11/2024
0.0.88 128 11/11/2024
0.0.87 133 11/11/2024
0.0.86 141 11/11/2024
0.0.85 128 11/11/2024
0.0.84 163 11/9/2024
0.0.83 134 11/9/2024
0.0.82 199 11/8/2024
0.0.80 131 11/8/2024
0.0.79 140 11/8/2024
0.0.78 168 11/8/2024
0.0.77 133 11/8/2024
0.0.76 141 11/8/2024
0.0.75 131 11/8/2024
0.0.74 131 11/8/2024
0.0.73 128 11/8/2024
0.0.72 122 11/8/2024
0.0.71 124 11/8/2024
0.0.70 143 11/7/2024
0.0.69 125 11/7/2024
0.0.68 134 11/7/2024
0.0.67 122 11/7/2024
0.0.66 133 11/7/2024
0.0.65 139 11/7/2024
0.0.64 147 11/6/2024
0.0.63 130 11/6/2024
0.0.61 121 11/6/2024
0.0.60 122 11/6/2024
0.0.59 136 11/4/2024
0.0.58 137 11/1/2024
0.0.57 138 10/31/2024
0.0.56 144 10/31/2024
0.0.55 145 10/31/2024
0.0.54 190 10/30/2024
0.0.53 132 10/29/2024
0.0.52 143 10/29/2024
0.0.51 219 10/26/2024
0.0.50 135 10/26/2024
0.0.49 165 10/25/2024
0.0.48 126 10/25/2024
0.0.47 142 10/25/2024
0.0.46 122 10/25/2024
0.0.45 183 10/24/2024
0.0.44 115 10/24/2024
0.0.43 133 10/24/2024
0.0.42 194 10/23/2024
0.0.41 172 10/22/2024
0.0.40 227 10/18/2024
0.0.39 178 10/18/2024
0.0.38 167 10/18/2024
0.0.37 189 10/17/2024
0.0.36 148 10/17/2024
0.0.35 148 10/16/2024
0.0.34 133 10/16/2024
0.0.33 131 10/16/2024
0.0.32 126 10/15/2024
0.0.31 131 10/15/2024
0.0.30 117 10/15/2024
0.0.29 167 10/11/2024
0.0.28 197 10/11/2024
0.0.27 133 10/10/2024
0.0.26 132 10/10/2024
0.0.25 182 10/7/2024
0.0.24 172 10/2/2024
0.0.22 144 10/1/2024
0.0.21 281 9/27/2024
0.0.20 195 9/27/2024
0.0.19 174 9/26/2024
0.0.18 145 9/26/2024
0.0.17 202 9/25/2024
0.0.16 154 9/25/2024
0.0.15 137 9/24/2024
0.0.14 133 9/24/2024
0.0.13 160 9/24/2024
0.0.12 136 9/24/2024
0.0.11 137 9/23/2024
0.0.10 138 9/23/2024
0.0.9 120 9/23/2024
0.0.8 162 9/20/2024
0.0.7 142 9/19/2024
0.0.6 128 9/19/2024
0.0.5 143 9/18/2024
0.0.4 143 9/18/2024
0.0.3 137 9/18/2024
0.0.2 137 9/18/2024