Content

A component that allows a user to query for results.

Component checklist

Status

The status of the component

Ready for use!

Repository

A link to the repo where the component lives.

gux-content-search

Properties

Property Attribute Description Type Default
currentMatch current-match The Current match count which needs to highlighted number 0
matchCount match-count The Match Count number 0

Events

Event Description Type
guxcurrentmatchchanged Triggered when Current match value changes CustomEvent<number>

Methods

clear() => Promise<void>

Clears the input.

Returns

Type: Promise<void>

Slots

Slot Description
Required slot for input tag

Dependencies

Used by

Depends on

Graph


                                                
                                                graph TD;
                                                  gux-content-search --> gux-icon
                                                  gux-column-manager --> gux-content-search
                                                  style gux-content-search fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS