AI Copilot Button

The copilot button is only used for triggering Copilot. Currently the only place this button should be used is within the Global Navigation component.

gux-button-slot

Properties

Property Attribute Description Type Default
accent accent "copilot" | "danger" | "ghost" | "inline" | "primary" | "secondary" | "tertiary" 'secondary'
iconOnly icon-only boolean undefined

Slots

Slot Description
button, input[type="button"] or input[type="submit"] element

Dependencies

Used by

Graph


                                                
                                                graph TD;
                                                  gux-action-button --> gux-button-slot
                                                  gux-blank-state --> gux-button-slot
                                                  gux-blank-state-beta --> gux-button-slot
                                                  gux-button-multi --> gux-button-slot
                                                  gux-context-menu --> gux-button-slot
                                                  gux-dismiss-button --> gux-button-slot
                                                  gux-file-list-item --> gux-button-slot
                                                  gux-form-field-file-beta --> gux-button-slot
                                                  gux-pagination-buttons --> gux-button-slot
                                                  gux-pagination-buttons-legacy --> gux-button-slot
                                                  gux-pagination-cursor --> gux-button-slot
                                                  gux-prompt-input-beta --> gux-button-slot
                                                  gux-rich-text-editor-action --> gux-button-slot
                                                  gux-rich-text-editor-action-link --> gux-button-slot
                                                  gux-rich-text-editor-action-rich-style --> gux-button-slot
                                                  gux-rich-text-editor-action-text-highlight --> gux-button-slot
                                                  gux-rich-text-editor-menu --> gux-button-slot
                                                  gux-tab-advanced --> gux-button-slot
                                                  gux-tab-advanced-list --> gux-button-slot
                                                  gux-tab-list --> gux-button-slot
                                                  gux-table-toolbar-custom-action --> gux-button-slot
                                                  gux-table-toolbar-menu-button --> gux-button-slot
                                                  gux-toast --> gux-button-slot
                                                  style gux-button-slot fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS