@jambon-baguette/counted-tab
v0.0.3
Published
@coveo/atomic component starter
Downloads
4
Readme
counted-tab
Overview
custom Atomic counted tab component, initializing itself against a parent search interface in order to retrieve the bindings.
usage <counted-tab field="" value=" label="" initial-state="" tab-id=<"unique tab id"> >
example
NB: The field used for this tab will required to be added as a groupBy in the engine.
Properties
| Property | Attribute | Description | Type | Default |
| -------------------- | --------------- | ----------- | -------- | ----------- |
| field
(required) | field
| | string
| undefined
|
| initialState
| initial-state
| | string
| "false"
|
| label
(required) | label
| | string
| undefined
|
| tabId
(required) | tab-id
| | string
| undefined
|
| value
(required) | value
| | string
| undefined
|
Built with StencilJS