Bibliothèque de Formulaires Angular | ng-hub-ui-forms

Champs de formulaire Angular accessibles (input, textarea, slider, select, datepicker) avec affichage automatique des erreurs de contrôle/groupe/formulaire, formulaires réactifs et variables CSS.

Styles

Mixins et styles

Override any of the `--hub-file-input-*` design tokens in a single include. Every parameter is OPTIONAL and defaults to `null`: only the parameters you pass are emitted, so the rest keep the component's defaults. Token-based and self-contained (no Bootstrap dependencies).

Theming with hub-segmented-theme
The selected pill follows the themed accent and radius.
Focus me to see the themed focus ring.
Theming with hub-file-input-theme
MixinParamètresDescription
Theming
hub-file-input-theme()
$bg--hub-file-input-bg
$color--hub-file-input-color
$border-width--hub-file-input-border-width
$border-style--hub-file-input-border-style
$border-color--hub-file-input-border-color
$border-radius--hub-file-input-border-radius
$padding-x--hub-file-input-padding-x
$padding-y--hub-file-input-padding-y
$min-height--hub-file-input-min-height
$gap--hub-file-input-gap
$hover-bg--hub-file-input-hover-bg
$hover-border-color--hub-file-input-hover-border-color
$dragover-bg--hub-file-input-dragover-bg
$dragover-border-color--hub-file-input-dragover-border-color
$prompt-color--hub-file-input-prompt-color
$browse-color--hub-file-input-browse-color
$hint-color--hub-file-input-hint-color
$icon--hub-file-input-icon
$icon-size--hub-file-input-icon-size
$icon-color--hub-file-input-icon-color
$file-icon--hub-file-input-file-icon
$file-icon-color--hub-file-input-file-icon-color
$remove-icon--hub-file-input-remove-icon
$cancel-icon--hub-file-input-cancel-icon
$retry-icon--hub-file-input-retry-icon
$done-icon--hub-file-input-done-icon
$done-color--hub-file-input-done-color
$item-bg--hub-file-input-item-bg
$item-border-color--hub-file-input-item-border-color
$item-border-radius--hub-file-input-item-border-radius
$thumb-size--hub-file-input-thumb-size
$grid-min-width--hub-file-input-grid-min-width
$grid-thumb-height--hub-file-input-grid-thumb-height
$progress-height--hub-file-input-progress-height
$progress-track-bg--hub-file-input-progress-track-bg
$progress-bar-bg--hub-file-input-progress-bar-bg
One-call theming for `<hub-file-input>`
hub-forms-theme()
$focus-ring-color--hub-form-focus-ring-color
$focus-ring-width--hub-form-focus-ring-width
$invalid-color--hub-form-invalid-color--hub-form-invalid-border-color
$valid-color--hub-form-valid-color--hub-form-valid-border-color
$disabled-opacity--hub-form-disabled-opacity
$transition--hub-form-transition
One-call theming for the shared `ng-hub-ui-forms` chrome
hub-segmented-theme()
$bg--hub-segmented-bg
$selected-bg--hub-segmented-selected-bg
$selected-color--hub-segmented-selected-color
$radius--hub-segmented-radius
$gap--hub-segmented-gap
$padding-x--hub-segmented-padding-x
$padding-y--hub-segmented-padding-y
One-call theming for `<hub-segmented>`

Variables CSS

Personnalisez chaque pixel avec 258 variables CSS. Remplacez-les au niveau de :root ou limitez-les à un conteneur.

Form

Design tokens read by this component. Override them on the host element (or any ancestor) to customize; every default falls back to the ng-hub-ui-ds layer.

VariablePar défautTypeDescription
--hub-form-fieldset-border-colorvar(--hub-sys-border-color-default, #dee2e6)color Form fieldset border color
--hub-form-fieldset-border-radiusvar(--hub-ref-radius-md, 0.375rem)length Form fieldset border radius
--hub-form-fieldset-border-widthvar(--hub-ref-border-width, 1px)length Form fieldset border width
--hub-form-fieldset-padding-xvar(--hub-ref-space-3, 1rem)length Fieldset horizontal padding
--hub-form-fieldset-padding-yvar(--hub-ref-space-3, 1rem)length Fieldset vertical padding
--hub-form-focus-ring-colorvar(--hub-sys-focus-ring-color, rgba(13, 110, 253, 0.25))color Form focus ring color
--hub-form-focus-ring-widthvar(--hub-sys-focus-ring-width, 0.25rem)length Form focus ring width
--hub-form-feedback-font-sizevar(--hub-ref-font-size-sm, 0.875rem)length Form feedback font size
--hub-form-feedback-margin-topvar(--hub-ref-space-1, 0.25rem)length Form feedback margin top
--hub-form-invalid-border-colorvar(--hub-sys-color-danger, #dc3545)color Form invalid border color
--hub-form-invalid-colorvar(--hub-sys-color-danger, #dc3545)color Form invalid color
--hub-form-text-colorvar(--hub-sys-text-muted, #6c757d)color Form text color
--hub-form-text-font-sizevar(--hub-ref-font-size-sm, 0.875rem)length Form text font size
--hub-form-text-margin-topvar(--hub-ref-space-1, 0.25rem)length Form text margin top
--hub-form-disabled-opacityvar(--hub-sys-opacity-disabled, 0.65)number Disabled field opacity
--hub-form-feedback-colorvar(--hub-form-invalid-color)color Validation feedback text color
--hub-form-field-gapvar(--hub-ref-space-1, 0.25rem)length Gap between label and control
--hub-form-invalid-focus-ring-colorvar(--hub-sys-color-danger-subtle, rgba(220, 53, 69, 0.25))color Invalid field focus ring color
--hub-form-valid-colorvar(--hub-sys-color-success, #198754)color Valid (success) field accent color — opt-in via showValid
--hub-form-valid-border-colorvar(--hub-sys-color-success, #198754)color Valid field border color (opt-in)
--hub-form-valid-focus-ring-colorvar(--hub-sys-color-success-subtle, rgba(25, 135, 84, 0.25))color Valid field focus ring color (opt-in)
--hub-form-valid-feedback-colorvar(--hub-form-valid-color)color Valid (success) feedback text color
--hub-form-label-horizontal-max-width12remlength Horizontal label max width
--hub-form-required-colorvar(--hub-sys-color-danger, #dc3545)color Required field marker color
--hub-form-row-gapvar(--hub-ref-space-3, 1rem)length Horizontal label gutter gap
--hub-form-transitionborder-color 0.15s ease-in-out, box-shadow 0.15s ease-in-outtransition Shared field transition

Input

Design tokens read by this component. Override them on the host element (or any ancestor) to customize; every default falls back to the ng-hub-ui-ds layer.

VariablePar défautTypeDescription
--hub-input-bgvar(--hub-sys-surface-page, #fff)color Arrière-plan du contrôle.
--hub-input-border-colorvar(--hub-sys-border-color-default, #dee2e6)color Couleur de la bordure du contrôle.
--hub-input-border-radiusvar(--hub-ref-radius-md, 0.375rem)length Rayon de bordure du contrôle.
--hub-input-border-widthvar(--hub-ref-border-width, 1px)length Input border width
--hub-input-colorvar(--hub-sys-text-primary, #212529)color Input color
--hub-input-focus-border-colorvar(--hub-sys-color-primary, #0d6efd)color Couleur de la bordure lors du focus.
--hub-input-focus-box-shadow0 0 0 var(--hub-form-focus-ring-width) var(--hub-form-focus-ring-color)shadow Input focus box shadow
--hub-input-font-familyvar(--hub-ref-font-family-base, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif)string Input font family
--hub-input-font-sizevar(--hub-ref-font-size-base, 1rem)length Input font size
--hub-input-font-weightvar(--hub-ref-font-weight-base, 400)number Input font weight
--hub-input-group-addon-bgvar(--hub-sys-surface-elevated, #f8f9fa)color Input group addon bg
--hub-input-group-addon-border-colorvar( --hub-input-border-color )color Input group addon border color
--hub-input-group-addon-colorvar(--hub-sys-text-muted, #6c757d)color Input group addon color
--hub-input-line-heightvar(--hub-ref-line-height-base, 1.5)number Input line height
--hub-input-padding-x0.75remlength Rembourrage horizontal du contrôle.
--hub-input-padding-y0.375remlength Rembourrage vertical du contrôle.
--hub-input-placeholder-colorvar(--hub-sys-text-muted, #6c757d)color Input placeholder color
--hub-input-transitionvar(--hub-form-transition)transition Input transition
--hub-input-wrapper-gapvar(--hub-ref-space-2, 0.5rem)length Input wrapper gap
--hub-textarea-border-radiusvar( --hub-input-border-radius )length Textarea border radius
--hub-textarea-min-height4.5remlength Textarea min height
--hub-textarea-padding-xvar(--hub-input-padding-x)length Textarea padding x
--hub-textarea-padding-yvar(--hub-input-padding-y)length Textarea padding y
--hub-input-color-size2.5remcolor Color input swatch size
--hub-input-counter-button-bgvar(--hub-sys-surface-elevated, #f8f9fa)color Counter stepper button background
--hub-input-counter-button-colorvar(--hub-sys-text-primary, #212529)color Counter stepper button color
--hub-input-counter-button-width2.5remlength Counter stepper button width
--hub-input-eye-maskurl("data:image/svg+xml,…")url Password visibility toggle eye icon
--hub-input-icon-colorvar(--hub-sys-text-muted, #6c757d)color Couleur de l'icône intégrée au champ.
--hub-input-icon-sizevar(--hub-ref-font-size-base, 1rem)length Taille de l'icône intégrée au champ.
--hub-input-affix-insetvar(--hub-input-padding-x)length Affix inset from the field edge
--hub-input-affix-gapvar(--hub-ref-space-2, 0.5rem)length Gap between the affix and the control text
--hub-input-clear-iconurl("data:image/svg+xml,…")url Glyphe du bouton ✕ (effacer), en image de masque — remplace-le pour restyler l’icône.
--hub-input-clear-sizevar(--hub-ref-font-size-base, 1rem)length Clear button size
--hub-input-clear-colorvar(--hub-sys-text-muted, #6c757d)color Couleur du bouton effacer.
--hub-input-clear-hover-colorvar(--hub-sys-color-danger, #dc3545)color Couleur du bouton effacer au survol / focus.

File input

Design tokens read by this component. Override them on the host element (or any ancestor) to customize; every default falls back to the ng-hub-ui-ds layer.

VariablePar défautTypeDescription
--hub-file-input-bgvar(--hub-sys-surface-page, #fff)color Dropzone background
--hub-file-input-colorvar(--hub-sys-text-primary, #212529)color Dropzone text color
--hub-file-input-border-widthvar(--hub-ref-border-width, 1px)length Dropzone border width
--hub-file-input-border-styledashedborder Dropzone border style
--hub-file-input-border-colorvar(--hub-sys-border-color-default, #dee2e6)color Dropzone border color at rest
--hub-file-input-border-radiusvar(--hub-input-border-radius)length Dropzone corner radius
--hub-file-input-padding-xvar(--hub-ref-space-3, 1rem)length Dropzone horizontal padding
--hub-file-input-padding-yvar(--hub-ref-space-4, 1.5rem)length Dropzone vertical padding
--hub-file-input-min-height7remlength Dropzone minimum height
--hub-file-input-gapvar(--hub-ref-space-2, 0.5rem)length Gutter between dropzone icon, prompt and hint
--hub-file-input-transitionvar(--hub-form-transition)transition Dropzone and action-button transition
--hub-file-input-hover-border-colorvar(--hub-sys-color-primary, #0d6efd)color Dropzone border color on hover
--hub-file-input-hover-bgvar(--hub-sys-surface-elevated, #f8f9fa)color Dropzone background on hover
--hub-file-input-dragover-bgcolor-mix(in oklch, var(--hub-sys-color-primary, #0d6efd) 8%, transparent)color Dropzone background while a drag hovers it
--hub-file-input-dragover-border-colorvar(--hub-sys-color-primary, #0d6efd)color Dropzone border color while a drag hovers it
--hub-file-input-focus-border-colorvar(--hub-input-focus-border-color)color Dropzone border color on keyboard focus
--hub-file-input-focus-box-shadowvar(--hub-input-focus-box-shadow)shadow Dropzone focus ring
--hub-file-input-prompt-colorvar(--hub-sys-text-muted, #6c757d)color Drop-invitation text color
--hub-file-input-prompt-font-sizevar(--hub-ref-font-size-base, 1rem)length Drop-invitation font size
--hub-file-input-browse-colorvar(--hub-sys-color-primary, #0d6efd)color Browse-action text color
--hub-file-input-browse-font-weightvar(--hub-ref-font-weight-medium, 500)number Browse-action font weight
--hub-file-input-hint-colorvar(--hub-sys-text-muted, #6c757d)color Constraints-hint text color
--hub-file-input-hint-font-sizevar(--hub-ref-font-size-sm, 0.875rem)length Constraints-hint font size
--hub-file-input-iconurl("data:image/svg+xml,…")url Upload glyph of the dropzone as a mask image
--hub-file-input-icon-size2remlength Upload glyph size
--hub-file-input-icon-colorvar(--hub-sys-text-muted, #6c757d)color Upload glyph tint
--hub-file-input-file-iconurl("data:image/svg+xml,…")url Per-file glyph (files with no thumbnail) as a mask image
--hub-file-input-file-icon-size1.5remlength Per-file glyph size
--hub-file-input-file-icon-colorvar(--hub-sys-text-muted, #6c757d)color Per-file glyph tint
--hub-file-input-remove-iconurl("data:image/svg+xml,…")url Remove-file button glyph as a mask image
--hub-file-input-cancel-iconurl("data:image/svg+xml,…")url Cancel-upload button glyph as a mask image
--hub-file-input-retry-iconurl("data:image/svg+xml,…")url Retry-upload button glyph as a mask image
--hub-file-input-done-iconurl("data:image/svg+xml,…")url Finished-upload tick as a mask image
--hub-file-input-done-colorvar(--hub-sys-color-success, #198754)color Finished-upload tick and item border color
--hub-file-input-action-size1remlength Per-file action button size
--hub-file-input-action-colorvar(--hub-sys-text-muted, #6c757d)color Per-file action button tint
--hub-file-input-action-hover-colorvar(--hub-sys-text-primary, #212529)color Per-file action button tint on hover
--hub-file-input-remove-hover-colorvar(--hub-sys-color-danger, #dc3545)color Remove button tint on hover
--hub-file-input-list-gapvar(--hub-ref-space-2, 0.5rem)length Gutter between file rows
--hub-file-input-list-margin-topvar(--hub-ref-space-2, 0.5rem)length Space between the dropzone and the file list
--hub-file-input-item-bgvar(--hub-sys-surface-elevated, #f8f9fa)color File row/tile background
--hub-file-input-item-colorvar(--hub-sys-text-primary, #212529)color File row/tile text color
--hub-file-input-item-border-colorvar(--hub-sys-border-color-default, #dee2e6)color File row/tile border color
--hub-file-input-item-border-radiusvar(--hub-ref-radius-sm, 0.25rem)length File row/tile corner radius
--hub-file-input-item-padding-xvar(--hub-ref-space-2, 0.5rem)length File row/tile horizontal padding
--hub-file-input-item-padding-yvar(--hub-ref-space-2, 0.5rem)length File row/tile vertical padding
--hub-file-input-item-gapvar(--hub-ref-space-2, 0.5rem)length Gutter between thumbnail, metadata and actions
--hub-file-input-name-font-sizevar(--hub-ref-font-size-sm, 0.875rem)length File name font size
--hub-file-input-size-colorvar(--hub-sys-text-muted, #6c757d)color File size text color
--hub-file-input-size-font-sizevar(--hub-ref-font-size-sm, 0.875rem)length File size font size
--hub-file-input-error-colorvar(--hub-sys-color-danger, #dc3545)color Failed-upload message and item border color
--hub-file-input-error-font-sizevar(--hub-ref-font-size-sm, 0.875rem)length Failed-upload message font size
--hub-file-input-clear-colorvar(--hub-sys-text-muted, #6c757d)color Remove-all button text color
--hub-file-input-clear-font-sizevar(--hub-ref-font-size-sm, 0.875rem)length Remove-all button font size
--hub-file-input-thumb-size2.5remlength Thumbnail size in list preview
--hub-file-input-thumb-radiusvar(--hub-ref-radius-sm, 0.25rem)length Thumbnail corner radius
--hub-file-input-thumb-bgvar(--hub-sys-surface-page, #fff)color Thumbnail background behind a transparent image
--hub-file-input-grid-min-width8remlength Minimum tile width in grid preview
--hub-file-input-grid-gapvar(--hub-ref-space-2, 0.5rem)length Gutter between tiles in grid preview
--hub-file-input-grid-thumb-height6remlength Thumbnail height in grid preview
--hub-file-input-progress-height0.25remlength Upload progress bar thickness
--hub-file-input-progress-radiusvar(--hub-ref-radius-pill, 50rem)length Upload progress bar corner radius
--hub-file-input-progress-track-bgvar(--hub-sys-border-color-default, #dee2e6)color Upload progress bar track color
--hub-file-input-progress-bar-bgvar(--hub-sys-color-primary, #0d6efd)color Upload progress bar fill color
--hub-file-input-progress-indeterminate-duration1.2stransition Sweep duration when the upload total is unknown
--hub-file-input-prompt-directionrowstring Flex direction of the dropzone prompt (row, or column to stack the invitation over the browse action)
--hub-file-input-prompt-alignbaselinestring Cross-axis alignment of the dropzone prompt
--hub-file-input-prompt-gap0.25emlength Gutter between the invitation and the browse action
--hub-file-input-drop-text-colorinheritcolor Invitation line colour
--hub-file-input-drop-text-font-sizeinheritlength Invitation line font size
--hub-file-input-drop-text-font-weightinheritnumber Invitation line font weight
--hub-file-input-drop-subtext-colorvar(--hub-file-input-hint-color)color Second invitation line colour
--hub-file-input-drop-subtext-font-sizevar(--hub-file-input-hint-font-size)length Second invitation line font size
--hub-file-input-browse-font-sizeinheritlength Browse-action font size
--hub-file-input-browse-text-decorationunderlinestring Browse-action text decoration
--hub-file-input-browse-bgtransparentcolor Browse-action background (set it to render the affordance as a button)
--hub-file-input-browse-hover-bgvar(--hub-file-input-browse-bg)color Browse-action background on hover
--hub-file-input-browse-padding-x0length Browse-action horizontal padding
--hub-file-input-browse-padding-y0length Browse-action vertical padding
--hub-file-input-browse-radius0length Browse-action corner radius
--hub-file-input-browse-gapvar(--hub-ref-space-2, 0.5rem)length Gutter between the browse-action glyph and its label
--hub-file-input-browse-iconnonestring Optional leading glyph of the browse action, as a mask image
--hub-file-input-browse-icon-displaynonestring Display of the browse-action glyph; none keeps it off
--hub-file-input-browse-icon-size1.125emlength Browse-action glyph size
--hub-file-input-icon-bgtransparentcolor Medallion surface behind the dropzone glyph; transparent keeps it off
--hub-file-input-icon-chip-sizevar(--hub-file-input-icon-size)length Medallion size behind the dropzone glyph
--hub-file-input-icon-chip-radius0length Medallion corner radius behind the dropzone glyph
--hub-file-input-browse-margin-top0length Space above the browse action when the prompt is stacked into a column

Select

Design tokens read by this component. Override them on the host element (or any ancestor) to customize; every default falls back to the ng-hub-ui-ds layer.

VariablePar défautTypeDescription
--hub-select-arrow-colorvar(--hub-sys-text-muted, #6c757d)color Select arrow color
--hub-select-bgvar(--hub-input-bg)color Select bg
--hub-select-border-colorvar( --hub-input-border-color )color Select border color
--hub-select-border-radiusvar( --hub-input-border-radius )length Select border radius
--hub-select-border-widthvar( --hub-input-border-width )length Select border width
--hub-select-clear-colorvar(--hub-sys-text-muted, #6c757d)color Select clear color
--hub-select-clear-hover-colorvar(--hub-sys-color-danger, #dc3545)color Select clear hover color
--hub-select-colorvar(--hub-input-color)color Select color
--hub-select-dropdown-bgvar(--hub-sys-surface-page, #fff)color Select dropdown bg
--hub-select-dropdown-border-colorvar(--hub-sys-border-color-default, #dee2e6)color Select dropdown border color
--hub-select-dropdown-border-radiusvar(--hub-ref-radius-md, 0.375rem)length Select dropdown border radius
--hub-select-dropdown-box-shadowvar(--hub-sys-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15))shadow Select dropdown box shadow
--hub-select-focus-border-colorvar( --hub-input-focus-border-color )color Select focus border color
--hub-select-focus-box-shadowvar( --hub-input-focus-box-shadow )shadow Select focus box shadow
--hub-select-font-sizevar(--hub-input-font-size)length Select font size
--hub-select-option-colorvar(--hub-sys-text-primary, #212529)color Select option color
--hub-select-option-marked-bgvar(--hub-sys-surface-elevated, #f8f9fa)color Select option marked bg
--hub-select-option-padding-xvar(--hub-ref-space-3, 1rem)length Select option padding x
--hub-select-option-padding-yvar(--hub-ref-space-2, 0.5rem)length Select option padding y
--hub-select-option-selected-bgvar(--hub-sys-color-primary, #0d6efd)color Arrière-plan de l'option sélectionnée dans le dropdown.
--hub-select-option-selected-colorvar(--hub-sys-color-primary-on, var(--hub-ref-color-white, #fff))color Select option selected color
--hub-select-padding-xvar(--hub-input-padding-x)length Select padding x
--hub-select-placeholder-colorvar( --hub-input-placeholder-color )color Select placeholder color
--hub-select-value-bgvar(--hub-sys-surface-elevated, #f8f9fa)color Arrière-plan des puces du multi-select.
--hub-select-value-border-radiusvar(--hub-ref-radius-sm, 0.25rem)length Select value border radius
--hub-select-value-colorvar(--hub-sys-text-primary, #212529)color Select value color
--hub-select-button-bgvar(--hub-sys-surface-page, #fff)color Segmented select button background
--hub-select-button-border-colorvar(--hub-sys-border-color-default, #dee2e6)color Segmented select button border color
--hub-select-button-colorvar(--hub-sys-text-primary, #212529)color Segmented select button text color
--hub-select-button-gapvar(--hub-ref-space-2, 0.5rem)length Segmented select button gap
--hub-select-button-padding-xvar(--hub-ref-space-3, 1rem)length Segmented select button horizontal padding
--hub-select-button-padding-yvar(--hub-ref-space-2, 0.5rem)length Segmented select button vertical padding
--hub-select-button-selected-bgvar(--hub-sys-color-primary, #0d6efd)color Selected segmented button background
--hub-select-button-selected-border-colorvar(--hub-sys-color-primary, #0d6efd)color Selected segmented button border color
--hub-select-button-selected-colorvar(--hub-sys-color-primary-on, var(--hub-ref-color-white, #fff))color Selected segmented button text color
--hub-select-min-height2.5remlength Select control minimum height
--hub-select-optgroup-colorvar(--hub-sys-text-muted, #6c757d)color Select option group label color
--hub-select-dropdown-zindexvar(--hub-select-dropdown-z-index, calc(var(--hub-sys-zindex-modal, 1055) + 5))number Stacking of the ng-select dropdown panel (canonical zindex spelling); sits above HubModal so a select inside a modal is not clipped
--hub-select-dropdown-z-indexcalc(var(--hub-sys-zindex-modal, 1055) + 5)number Deprecated spelling — default carrier and override bridge for --hub-select-dropdown-zindex; scheduled for removal after one release cycle

Check & radio

Design tokens read by this component. Override them on the host element (or any ancestor) to customize; every default falls back to the ng-hub-ui-ds layer.

VariablePar défautTypeDescription
--hub-check-input-bgvar(--hub-input-bg)color Check input bg
--hub-check-input-border-colorvar(--hub-sys-border-color-default, #dee2e6)color Check input border color
--hub-check-input-border-radiusvar(--hub-ref-radius-sm, 0.25rem)length Check input border radius
--hub-check-input-border-widthvar(--hub-input-border-width)length Check input border width
--hub-check-input-checked-bgvar(--hub-sys-color-primary, #0d6efd)color Check input checked bg
--hub-check-input-checked-border-colorvar(--hub-sys-color-primary, #0d6efd)color Check input checked border color
--hub-check-input-checked-iconurl("data:image/svg+xml,…")url Check input checked icon
--hub-check-input-height1.15remlength Check input height
--hub-check-input-width1.15remlength Check input width
--hub-check-radio-border-radius50%length Check radio border radius
--hub-check-label-gapvar(--hub-ref-space-2, 0.5rem)length Gap between check control and label

Datepicker

Design tokens read by this component. Override them on the host element (or any ancestor) to customize; every default falls back to the ng-hub-ui-ds layer.

VariablePar défautTypeDescription
--hub-datepicker-iconurl("data:image/svg+xml,…")url Datepicker icon
--hub-datepicker-icon-size1remlength Datepicker icon size
--hub-datepicker-icon-width2.5remlength Datepicker icon width
--hub-daterangepicker-padding-xvar(--hub-ref-space-3, 1rem)length Calendar panel horizontal padding
--hub-daterangepicker-padding-yvar(--hub-ref-space-3, 1rem)length Calendar panel vertical padding

Date range picker

Design tokens read by this component. Override them on the host element (or any ancestor) to customize; every default falls back to the ng-hub-ui-ds layer.

VariablePar défautTypeDescription
--hub-daterangepicker-active-bgvar(--hub-sys-color-primary, #0d6efd)color Arrière-plan du jour sélectionné dans le calendrier.
--hub-daterangepicker-active-colorvar(--hub-sys-color-primary-on, var(--hub-ref-color-white, #fff))color Daterangepicker active color
--hub-daterangepicker-bgvar(--hub-sys-surface-page, #fff)color Daterangepicker bg
--hub-daterangepicker-border-colorvar(--hub-sys-border-color-default, #dee2e6)color Daterangepicker border color
--hub-daterangepicker-border-radiusvar(--hub-ref-radius-md, 0.375rem)length Daterangepicker border radius
--hub-daterangepicker-box-shadowvar(--hub-sys-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15))shadow Daterangepicker box shadow
--hub-daterangepicker-cell-border-radiusvar(--hub-ref-radius-sm, 0.25rem)length Daterangepicker cell border radius
--hub-daterangepicker-cell-colorvar(--hub-sys-text-primary, #212529)color Daterangepicker cell color
--hub-daterangepicker-cell-hover-bgvar(--hub-sys-surface-elevated, #f8f9fa)color Daterangepicker cell hover bg
--hub-daterangepicker-cell-size2remlength Daterangepicker cell size
--hub-daterangepicker-colorvar(--hub-sys-text-primary, #212529)color Daterangepicker color
--hub-daterangepicker-in-range-bgcolor-mix(in oklch, var(--hub-sys-color-primary, #0d6efd) 14%, transparent)color Arrière-plan des jours du calendrier dans la plage sélectionnée.
--hub-daterangepicker-nav-arrow-colorvar(--hub-sys-text-muted, #6c757d)color Daterangepicker nav arrow color
--hub-daterangepicker-nav-arrow-hover-colorvar(--hub-sys-text-primary, #212529)color Daterangepicker nav arrow hover color
--hub-daterangepicker-off-colorvar(--hub-sys-text-muted, #6c757d)color Daterangepicker off color

Label

Design tokens read by this component. Override them on the host element (or any ancestor) to customize; every default falls back to the ng-hub-ui-ds layer.

VariablePar défautTypeDescription
--hub-label-colorvar(--hub-sys-text-primary, #212529)color Label color
--hub-label-font-sizevar(--hub-ref-font-size-sm, 0.875rem)length Label font size
--hub-label-font-weightvar(--hub-ref-font-weight-medium, 500)number Graisse du libellé du champ.
--hub-label-margin-bottom0length Label margin bottom

Slider

Design tokens read by this component. Override them on the host element (or any ancestor) to customize; every default falls back to the ng-hub-ui-ds layer.

VariablePar défautTypeDescription
--hub-slider-thumb-bgvar(--hub-sys-color-primary, #0d6efd)color Couleur du curseur du slider.
--hub-slider-thumb-border2px solid var(--hub-sys-surface-page, #fff)border Slider thumb border
--hub-slider-thumb-border-radius50%length Slider thumb border radius
--hub-slider-thumb-height1.1remlength Slider thumb height
--hub-slider-thumb-width1.1remlength Slider thumb width
--hub-slider-tooltip-bgvar(--hub-sys-text-primary, #212529)color Slider tooltip bg
--hub-slider-tooltip-border-radiusvar(--hub-ref-radius-sm, 0.25rem)length Slider tooltip border radius
--hub-slider-tooltip-colorvar(--hub-sys-surface-page, #fff)color Slider tooltip color
--hub-slider-track-bgvar(--hub-sys-border-color-default, #dee2e6)color Slider track bg
--hub-slider-track-border-radiusvar(--hub-ref-radius-pill, 50rem)length Slider track border radius
--hub-slider-track-height0.375remlength Slider track height
--hub-slider-track-width100%length Slider track width
--hub-slider-thumb-shadow0 0 0 1px var(--hub-sys-border-color-default, #dee2e6)shadow Slider thumb shadow ring
--hub-slider-track-fill-bgvar(--hub-sys-color-primary, #0d6efd)color Portion remplie de la piste du slider.
--hub-slider-track-filllinear-gradient(var(--hub-slider-track-fill-bg), var(--hub-slider-track-fill-bg))color Gradient-capable fill background image for the slider track (clipped to the current percentage)
--hub-slider-value-space0string Vertical headroom above the rail for the value bubble; collapsed to 0 by the flush (labelless) modifier
--hub-segmented-padding-yvar(--hub-ref-space-2, 0.5rem)length Vertical padding of each segment (md)
--hub-segmented-padding-xvar(--hub-ref-space-3, 1rem)length Horizontal padding of each segment (md)
--hub-segmented-gap0.25remlength Gap between segments and inner track padding
--hub-segmented-radiusvar(--hub-ref-radius-md, 0.375rem)length Corner radius of the hub-segmented track
--hub-segmented-selected-colorvar(--hub-sys-text-primary, #212529)color Selected segment text colour
--hub-segmented-selected-bgvar(--hub-sys-surface-page, #fff)color Selected segment background
--hub-segmented-bgvar(--hub-sys-surface-elevated, #f8f9fa)color Track background of the hub-segmented bar
--hub-segmented-indicator-transition0.2s easetransition Duration/easing of the single-mode sliding indicator as it moves between options

Switch

Design tokens read by this component. Override them on the host element (or any ancestor) to customize; every default falls back to the ng-hub-ui-ds layer.

VariablePar défautTypeDescription
--hub-switch-height1.25remlength Switch height
--hub-switch-width2.25remlength Switch width
--hub-switch-thumbvar(--hub-sys-surface-page, #fff)string Switch thumb color
--hub-switch-track-offvar(--hub-sys-border-color-default, #dee2e6)string Switch off-state track color
--hub-switch-track-onvar(--hub-sys-color-primary, #0d6efd)color Switch on-state track color

OTP input

Design tokens read by this component. Override them on the host element (or any ancestor) to customize; every default falls back to the ng-hub-ui-ds layer.

VariablePar défautTypeDescription
--hub-otp-cell-font-size1.25remlength OTP cell font size
--hub-otp-cell-radiusvar(--hub-input-border-radius)length OTP cell border radius
--hub-otp-cell-size2.75remlength OTP cell size
--hub-otp-gapvar(--hub-ref-space-2, 0.5rem)length Gap between OTP cells
--hub-otp-separator-colorvar(--hub-sys-text-muted, #6c757d)color OTP separator color