HAVIT Blazor Bootstrap Library - Free Bootstrap 5 components for ASP.NET Blazor
$ dotnet add package Havit.Blazor.Components.Web.BootstrapHxAutosuggest - Component for single item selection with dynamic suggestions.HxCalendar - Basic calendar building block.HxInputCheckbox - Checkbox input.HxInputDateHxInputDateRange - Date range picker. Form input component for entering start date and end date.HxInputFile[Core] - Wraps HxInputFileCore as Bootstrap form control (incl. Label etc.).HxInputFileDropZone - Ready-made UX for drag&drop file upload.HxInputNumber - Numeric input.HxInputPercent - Numeric input in percentages with value normalization (0% = 0, 100% = 1.0).HxInputSwitch - Switch input.HxInputTags - Input for entering tags.HxInputText - Text input (also password, search, etc.)HxCheckboxList - Multiple choice by checkboxes.HxFormState - Propagates form states as a cascading parementer to child components.HxFormValue - Displays a read-only value in the form control visual.HxRadioButtonList - Select.HxSelect - Select - DropDownList - single-item picker.HxFilterForm - Edit form derived from HxModelEditForm with support for chip generators.HxValidationMessage - Displays a list of validation messages for a specified field.HxButtonGroup - Bootstrap ButtonGroups.HxButtonToolbar - Bootstrap ButtonGroups.HxSubmit - Submit button.HxDropdown - Bootstrap 5 Dropdown.HxBadge - Bootstrap Badge component.HxChipList - Presents a list of chips as badges.HxIcon - Displays an icon.HxSpinner - Bootstrap <a href="https://getbootstrap.com/docs/5.0/components/spinners/">Spinner</a> (usually indicates operation in progress).HxProgressIndicator - Displays the content of the component as "in progress".HxTooltip - <a href="https://getbootstrap.com/docs/5.0/components/tooltips/">Bootstrap Tooltip</a> component, activates on hover.HxPopover - <a href="https://getbootstrap.com/docs/5.0/components/popovers/">Bootstrap Popover</a> component.HxGrid - Grid to display tabular data from data source.HxContextMenu - Ready-made context menu.HxPager - Pager.HxRepeater - A data-bound list component.HxTreeView - Component to display hierarchy data structure.HxAccordion - <a href="https://getbootstrap.com/docs/5.1/components/accordion/">Bootstrap accordion</a> component.HxAlert - Bootstrap Alert.HxBadge - <a href="https://getbootstrap.com/docs/5.0/components/badge/">Bootstrap Badge</a> component.HxCard - Bootstrap <a href="https://getbootstrap.com/docs/5.1/components/card/">Card</a> component.HxCarousel - A slideshow component for cycling through elements—images or slides of text—like a carousel.HxCollapse - <a href="https://getbootstrap.com/docs/5.1/components/collapse/">Bootstrap 5 Collapse</a> component.HxDropdown - Bootstrap 5 Dropdown.HxIcon - Displays an icon.HxSpinner - Bootstrap <a href="https://getbootstrap.com/docs/5.0/components/spinners/">Spinner</a> (usually indicates operation in progress).HxPlaceholder - <a href="https://getbootstrap.com/docs/5.1/components/placeholders/">Bootstrap 5 Placeholder</a> component, aka Skeleton.HxProgress - <a href="https://getbootstrap.com/docs/5.1/components/progress/">Bootstrap 5 Progress</a> component.HxProgressIndicator - Displays the content of the component as "in progress".HxTooltip - <a href="https://getbootstrap.com/docs/5.0/components/tooltips/">Bootstrap Tooltip</a> component, activates on hover.HxTabPanel - Container for <code><a href="https://www.havit.blazor.eu/components/HxTab/">HxTab</a></code>s.HxListGroup - <a href="https://getbootstrap.com/docs/5.1/components/list-group/">Bootstrap 5 List group</a> component.HxListLayout - Page layout for data presentation (usualy HxGrid with filter in HxOffcanvas).HxFormValue - Displays a read-only value in the form control visual (as <code>.form-control</code>, with label, border, etc.).HxNavbar - <a href="https://getbootstrap.com/docs/5.1/components/navbar/">Bootstrap 5 Navbar</a> component - responsive navigation header.HxSidebar - Sidebar component - responsive navigation sidebar.HxNav - <a href="https://getbootstrap.com/docs/5.0/components/navs-tabs/">Bootstrap Nav</a> component.HxNavLink - <a href="https://getbootstrap.com/docs/5.0/components/navs-tabs/">Bootstrap Nav</a> component.HxScrollspy - <a href="https://getbootstrap.com/docs/5.0/components/scrollspy/">Bootstrap Scrollspy</a> component.HxBreadcrumb - <a href="https://getbootstrap.com/docs/5.1/components/breadcrumb/">Bootstrap 5 Breadcrumb</a> component. Indicates the current page’s location within a navigational hierarchy.HxAnchorFragmentNavigation - Compensates Blazor deficiency in anchor-fragments (scrolling to <code>page#id</code> URLs).HxContextMenu - Ready-made context menu.HxDropdown - Bootstrap 5 Dropdown.HxTabPanel - Container for <code><a href="/components/HxTab/">HxTab</a></code>s for easier implementation of tabbed UI.HxRedirectTo - Rendering a HxRedirectTo will navigate to a new location.HxMessageBox - Component to display message-boxes.HxModal - Component to render modal dialog as a <a href="https://getbootstrap.com/docs/5.1/components/modal/">Bootstrap Modal</a>.HxDialogBase - Base class to simplify custom modal dialog implementation.HxOffcanvas - <a href="https://getbootstrap.com/docs/5.0/components/offcanvas/">Bootstrap Offcanvas</a> component (aka Drawer).HxMessenger - <code><a href="/components/HxToastContainer/">HxToastContainer</a></code> wrapper for displaying <code><a href="/components/HxToast/">HxToast</a></code> messages dispatched through <code><a href="/components/IHxMessengerService/">IHxMessengerService</a></code>.HxToast - <a href="https://getbootstrap.com/docs/5.1/components/toasts/">Bootstrap Toast</a> component. Not intented to be used in user code, use <code><a href="/components/HxMessenger/">HxMessenger</a></code>.HxDynamicElement - Renders an element with the specified name, attributes and child-content.HxGoogleTagManager - Support for <a href="https://developers.google.com/tag-manager/devguide">Google Tag Manager</a> - initialization and pushing data to data-layer.