1.1.2 • Published 1 year ago
@indexea/widgets v1.1.2
This is the repository for all Indexea web components
4 widgets
Installation
$ npm i @indexea/widgets
or
$ yarn add @indexea/widgets
Usage
SearchBox
import { SearchBox } from '@indexea/widgets'
const app = document.getElementById('app')
new SearchBox({
target: app,
props: {
widget: '[widget ident]',
endpoint: 'https://api.indexea.com/v1' // Optional, change it in private cloud
}
})
SearchDialog
import { SearchDialog } from '@indexea/widgets'
const app = document.getElementById('app')
new SearchDialog({
target: app,
props: {
widget: '[widget ident]',
endpoint: 'https://api.indexea.com/v1' // Optional, change it in private cloud
}
})
QueryBox
import { QueryBox } from '@indexea/widgets'
const app = document.getElementById('app')
new QueryBox({
target: app,
props: {
widget: '[widget ident]',
endpoint: 'https://api.indexea.com/v1', // Optional, change it in private cloud
xxxx: xxxx // Other args
}
})
RecommBox
import { RecommBox } from '@indexea/widgets'
const app = document.getElementById('app')
new RecommBox({
target: app,
props: {
widget: '[recomm ident]',
endpoint: 'https://api.indexea.com/v1', // Optional, change it in private cloud
xxxx: xxxx // Other args
}
})
1.1.2
1 year ago
1.1.1
1 year ago
1.1.0
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.1.20
2 years ago
0.1.17
2 years ago
0.1.18
2 years ago
0.1.19
2 years ago
0.1.16
2 years ago
0.1.15
2 years ago
0.1.14
2 years ago
0.1.13
3 years ago
0.1.12
3 years ago
0.1.11
3 years ago
0.1.10
3 years ago
0.1.9
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago
0.1.0-alpha.5
3 years ago
0.1.0-alpha.4
3 years ago
0.1.0-alpha.3
3 years ago
0.1.0-alpha.2
3 years ago
0.1.0-alpha.1
3 years ago
0.1.0-alpha.0
3 years ago