You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`disabled`|`disabled`|`boolean`|`false`| Whether or not the button is disabled. |
738
737
|`softDisabled`|`soft-disabled`|`boolean`|`false`| Whether or not the button is "soft-disabled" (disabled but still focusable).<br>Use this when a button needs increased visibility when disabled. See https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_disabled_controls for more guidance on when this is needed. |
739
738
|`href`|`href`|`string`|`''`| The URL that the link button points to. |
740
739
|`download`|`download`|`string`|`''`| The filename to use when downloading the linked resource. If not specified, the browser will determine a filename. This is only applicable when the button is used as a link (`href` is set). |
741
740
|`target`|`target`|`string`|`''`| Where to display the linked `href` URL for a link button. Common options include `_blank` to open in a new tab. |
742
741
|`trailingIcon`|`trailing-icon`|`boolean`|`false`| Whether to render the icon at the inline end of the label rather than the inline start.<br>_Note:_ Link buttons cannot have trailing icons. |
743
742
|`hasIcon`|`has-icon`|`boolean`|`false`| Whether to display the icon or not. |
744
-
|`type`|`type`|`string`|`'submit'`| The default behavior of the button. May be "button", "reset", or "submit" (default). |
745
-
|`value`|`value`|`string`|`''`| The value added to a form with the button's name when the button submits a form. |
746
-
|`name`||`string`|`undefined`||
747
-
|`form`||`HTMLFormElement`|`undefined`||
743
+
|`disabled`||`boolean`|`undefined`| Whether or not the button is disabled. |
748
744
749
745
<!-- mdformat on(autogenerated might break rendering in catalog) -->
|`disabled`|`disabled`|`boolean`|`false`| Whether or not the button is disabled. |
760
755
|`softDisabled`|`soft-disabled`|`boolean`|`false`| Whether or not the button is "soft-disabled" (disabled but still focusable).<br>Use this when a button needs increased visibility when disabled. See https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_disabled_controls for more guidance on when this is needed. |
761
756
|`href`|`href`|`string`|`''`| The URL that the link button points to. |
762
757
|`download`|`download`|`string`|`''`| The filename to use when downloading the linked resource. If not specified, the browser will determine a filename. This is only applicable when the button is used as a link (`href` is set). |
763
758
|`target`|`target`|`string`|`''`| Where to display the linked `href` URL for a link button. Common options include `_blank` to open in a new tab. |
764
759
|`trailingIcon`|`trailing-icon`|`boolean`|`false`| Whether to render the icon at the inline end of the label rather than the inline start.<br>_Note:_ Link buttons cannot have trailing icons. |
765
760
|`hasIcon`|`has-icon`|`boolean`|`false`| Whether to display the icon or not. |
766
-
|`type`|`type`|`string`|`'submit'`| The default behavior of the button. May be "button", "reset", or "submit" (default). |
767
-
|`value`|`value`|`string`|`''`| The value added to a form with the button's name when the button submits a form. |
768
-
|`name`||`string`|`undefined`||
769
-
|`form`||`HTMLFormElement`|`undefined`||
761
+
|`disabled`||`boolean`|`undefined`| Whether or not the button is disabled. |
770
762
771
763
<!-- mdformat on(autogenerated might break rendering in catalog) -->
|`disabled`|`disabled`|`boolean`|`false`| Whether or not the button is disabled. |
782
773
|`softDisabled`|`soft-disabled`|`boolean`|`false`| Whether or not the button is "soft-disabled" (disabled but still focusable).<br>Use this when a button needs increased visibility when disabled. See https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_disabled_controls for more guidance on when this is needed. |
783
774
|`href`|`href`|`string`|`''`| The URL that the link button points to. |
784
775
|`download`|`download`|`string`|`''`| The filename to use when downloading the linked resource. If not specified, the browser will determine a filename. This is only applicable when the button is used as a link (`href` is set). |
785
776
|`target`|`target`|`string`|`''`| Where to display the linked `href` URL for a link button. Common options include `_blank` to open in a new tab. |
786
777
|`trailingIcon`|`trailing-icon`|`boolean`|`false`| Whether to render the icon at the inline end of the label rather than the inline start.<br>_Note:_ Link buttons cannot have trailing icons. |
787
778
|`hasIcon`|`has-icon`|`boolean`|`false`| Whether to display the icon or not. |
788
-
|`type`|`type`|`string`|`'submit'`| The default behavior of the button. May be "button", "reset", or "submit" (default). |
789
-
|`value`|`value`|`string`|`''`| The value added to a form with the button's name when the button submits a form. |
790
-
|`name`||`string`|`undefined`||
791
-
|`form`||`HTMLFormElement`|`undefined`||
779
+
|`disabled`||`boolean`|`undefined`| Whether or not the button is disabled. |
792
780
793
781
<!-- mdformat on(autogenerated might break rendering in catalog) -->
|`disabled`|`disabled`|`boolean`|`false`| Whether or not the button is disabled. |
804
791
|`softDisabled`|`soft-disabled`|`boolean`|`false`| Whether or not the button is "soft-disabled" (disabled but still focusable).<br>Use this when a button needs increased visibility when disabled. See https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_disabled_controls for more guidance on when this is needed. |
805
792
|`href`|`href`|`string`|`''`| The URL that the link button points to. |
806
793
|`download`|`download`|`string`|`''`| The filename to use when downloading the linked resource. If not specified, the browser will determine a filename. This is only applicable when the button is used as a link (`href` is set). |
807
794
|`target`|`target`|`string`|`''`| Where to display the linked `href` URL for a link button. Common options include `_blank` to open in a new tab. |
808
795
|`trailingIcon`|`trailing-icon`|`boolean`|`false`| Whether to render the icon at the inline end of the label rather than the inline start.<br>_Note:_ Link buttons cannot have trailing icons. |
809
796
|`hasIcon`|`has-icon`|`boolean`|`false`| Whether to display the icon or not. |
810
-
|`type`|`type`|`string`|`'submit'`| The default behavior of the button. May be "button", "reset", or "submit" (default). |
811
-
|`value`|`value`|`string`|`''`| The value added to a form with the button's name when the button submits a form. |
812
-
|`name`||`string`|`undefined`||
813
-
|`form`||`HTMLFormElement`|`undefined`||
797
+
|`disabled`||`boolean`|`undefined`| Whether or not the button is disabled. |
814
798
815
799
<!-- mdformat on(autogenerated might break rendering in catalog) -->
|`disabled`|`disabled`|`boolean`|`false`| Whether or not the button is disabled. |
826
809
|`softDisabled`|`soft-disabled`|`boolean`|`false`| Whether or not the button is "soft-disabled" (disabled but still focusable).<br>Use this when a button needs increased visibility when disabled. See https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_disabled_controls for more guidance on when this is needed. |
827
810
|`href`|`href`|`string`|`''`| The URL that the link button points to. |
828
811
|`download`|`download`|`string`|`''`| The filename to use when downloading the linked resource. If not specified, the browser will determine a filename. This is only applicable when the button is used as a link (`href` is set). |
829
812
|`target`|`target`|`string`|`''`| Where to display the linked `href` URL for a link button. Common options include `_blank` to open in a new tab. |
830
813
|`trailingIcon`|`trailing-icon`|`boolean`|`false`| Whether to render the icon at the inline end of the label rather than the inline start.<br>_Note:_ Link buttons cannot have trailing icons. |
831
814
|`hasIcon`|`has-icon`|`boolean`|`false`| Whether to display the icon or not. |
832
-
|`type`|`type`|`string`|`'submit'`| The default behavior of the button. May be "button", "reset", or "submit" (default). |
833
-
|`value`|`value`|`string`|`''`| The value added to a form with the button's name when the button submits a form. |
834
-
|`name`||`string`|`undefined`||
835
-
|`form`||`HTMLFormElement`|`undefined`||
815
+
|`disabled`||`boolean`|`undefined`| Whether or not the button is disabled. |
836
816
837
817
<!-- mdformat on(autogenerated might break rendering in catalog) -->
|`disabled`|`disabled`|`boolean`|`false`| Disables the icon button and makes it non-interactive. |
469
468
|`softDisabled`|`soft-disabled`|`boolean`|`false`| "Soft-disables" the icon button (disabled but still focusable).<br>Use this when an icon button needs increased visibility when disabled. See https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_disabled_controls for more guidance on when this is needed. |
470
469
|`flipIconInRtl`|`flip-icon-in-rtl`|`boolean`|`false`| Flips the icon if it is in an RTL context at startup. |
471
470
|`href`|`href`|`string`|`''`| Sets the underlying `HTMLAnchorElement`'s `href` resource attribute. |
@@ -474,11 +473,7 @@ Token | Default value
474
473
|`ariaLabelSelected`|`aria-label-selected`|`string`|`''`| The `aria-label` of the button when the button is toggleable and selected. |
475
474
|`toggle`|`toggle`|`boolean`|`false`| When true, the button will toggle between selected and unselected states |
476
475
|`selected`|`selected`|`boolean`|`false`| Sets the selected state. When false, displays the default icon. When true, displays the selected icon, or the default icon If no `slot="selected"` icon is provided. |
477
-
|`type`|`type`|`string`|`'submit'`| The default behavior of the button. May be "button", "reset", or "submit" (default). |
478
-
|`value`|`value`|`string`|`''`| The value added to a form with the button's name when the button submits a form. |
479
-
|`name`||`string`|`undefined`||
480
-
|`form`||`HTMLFormElement`|`undefined`||
481
-
|`labels`||`NodeList`|`undefined`||
476
+
|`disabled`||`boolean`|`undefined`| Disables the icon button and makes it non-interactive. |
482
477
483
478
<!-- mdformat on(autogenerated might break rendering in catalog) -->
|`disabled`|`disabled`|`boolean`|`false`| Disables the icon button and makes it non-interactive. |
505
499
|`softDisabled`|`soft-disabled`|`boolean`|`false`| "Soft-disables" the icon button (disabled but still focusable).<br>Use this when an icon button needs increased visibility when disabled. See https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_disabled_controls for more guidance on when this is needed. |
506
500
|`flipIconInRtl`|`flip-icon-in-rtl`|`boolean`|`false`| Flips the icon if it is in an RTL context at startup. |
507
501
|`href`|`href`|`string`|`''`| Sets the underlying `HTMLAnchorElement`'s `href` resource attribute. |
@@ -510,11 +504,7 @@ Token | Default value
510
504
|`ariaLabelSelected`|`aria-label-selected`|`string`|`''`| The `aria-label` of the button when the button is toggleable and selected. |
511
505
|`toggle`|`toggle`|`boolean`|`false`| When true, the button will toggle between selected and unselected states |
512
506
|`selected`|`selected`|`boolean`|`false`| Sets the selected state. When false, displays the default icon. When true, displays the selected icon, or the default icon If no `slot="selected"` icon is provided. |
513
-
|`type`|`type`|`string`|`'submit'`| The default behavior of the button. May be "button", "reset", or "submit" (default). |
514
-
|`value`|`value`|`string`|`''`| The value added to a form with the button's name when the button submits a form. |
515
-
|`name`||`string`|`undefined`||
516
-
|`form`||`HTMLFormElement`|`undefined`||
517
-
|`labels`||`NodeList`|`undefined`||
507
+
|`disabled`||`boolean`|`undefined`| Disables the icon button and makes it non-interactive. |
518
508
519
509
<!-- mdformat on(autogenerated might break rendering in catalog) -->
|`disabled`|`disabled`|`boolean`|`false`| Disables the icon button and makes it non-interactive. |
541
530
|`softDisabled`|`soft-disabled`|`boolean`|`false`| "Soft-disables" the icon button (disabled but still focusable).<br>Use this when an icon button needs increased visibility when disabled. See https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_disabled_controls for more guidance on when this is needed. |
542
531
|`flipIconInRtl`|`flip-icon-in-rtl`|`boolean`|`false`| Flips the icon if it is in an RTL context at startup. |
543
532
|`href`|`href`|`string`|`''`| Sets the underlying `HTMLAnchorElement`'s `href` resource attribute. |
@@ -546,11 +535,7 @@ Token | Default value
546
535
|`ariaLabelSelected`|`aria-label-selected`|`string`|`''`| The `aria-label` of the button when the button is toggleable and selected. |
547
536
|`toggle`|`toggle`|`boolean`|`false`| When true, the button will toggle between selected and unselected states |
548
537
|`selected`|`selected`|`boolean`|`false`| Sets the selected state. When false, displays the default icon. When true, displays the selected icon, or the default icon If no `slot="selected"` icon is provided. |
549
-
|`type`|`type`|`string`|`'submit'`| The default behavior of the button. May be "button", "reset", or "submit" (default). |
550
-
|`value`|`value`|`string`|`''`| The value added to a form with the button's name when the button submits a form. |
551
-
|`name`||`string`|`undefined`||
552
-
|`form`||`HTMLFormElement`|`undefined`||
553
-
|`labels`||`NodeList`|`undefined`||
538
+
|`disabled`||`boolean`|`undefined`| Disables the icon button and makes it non-interactive. |
554
539
555
540
<!-- mdformat on(autogenerated might break rendering in catalog) -->
|`disabled`|`disabled`|`boolean`|`false`| Disables the icon button and makes it non-interactive. |
577
561
|`softDisabled`|`soft-disabled`|`boolean`|`false`| "Soft-disables" the icon button (disabled but still focusable).<br>Use this when an icon button needs increased visibility when disabled. See https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_disabled_controls for more guidance on when this is needed. |
578
562
|`flipIconInRtl`|`flip-icon-in-rtl`|`boolean`|`false`| Flips the icon if it is in an RTL context at startup. |
579
563
|`href`|`href`|`string`|`''`| Sets the underlying `HTMLAnchorElement`'s `href` resource attribute. |
@@ -582,11 +566,7 @@ Token | Default value
582
566
|`ariaLabelSelected`|`aria-label-selected`|`string`|`''`| The `aria-label` of the button when the button is toggleable and selected. |
583
567
|`toggle`|`toggle`|`boolean`|`false`| When true, the button will toggle between selected and unselected states |
584
568
|`selected`|`selected`|`boolean`|`false`| Sets the selected state. When false, displays the default icon. When true, displays the selected icon, or the default icon If no `slot="selected"` icon is provided. |
585
-
|`type`|`type`|`string`|`'submit'`| The default behavior of the button. May be "button", "reset", or "submit" (default). |
586
-
|`value`|`value`|`string`|`''`| The value added to a form with the button's name when the button submits a form. |
587
-
|`name`||`string`|`undefined`||
588
-
|`form`||`HTMLFormElement`|`undefined`||
589
-
|`labels`||`NodeList`|`undefined`||
569
+
|`disabled`||`boolean`|`undefined`| Disables the icon button and makes it non-interactive. |
590
570
591
571
<!-- mdformat on(autogenerated might break rendering in catalog) -->
0 commit comments