UNPKG
@nepwork/dashboards
Version:
latest (0.0.2)
0.0.2
Dashboards for emergencies and monitoring
github.com/nepwork/admin-ui
nepwork/admin-ui
@nepwork/dashboards
/
hgraph
/
node_modules
/
@nebular
/
theme
/
components
/
autocomplete
/
autocomplete.component.html
10 lines
(9 loc)
•
335 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<nb-option-list *nbPortal [
size
]=
"size"
[
position
]=
"overlayPosition"
[
style.width.px
]=
"hostWidth"
role=
"listbox"
[
id
]=
"id"
[
class.empty
]=
"!options?.length"
> <ng-content
select
=
"nb-option, nb-option-group"
></ng-content> </nb-option-list>