csc multiple selectors
This commit is contained in:
parent
9307e1852f
commit
05d8ba8117
13 changed files with 96 additions and 69 deletions
|
@ -1,8 +1,8 @@
|
|||
<!-- sélecteurs-->
|
||||
<div class="input-box">
|
||||
<i class="ri-search-line"></i>
|
||||
<!-- <div class="label">Engine type</div>-->
|
||||
<input class="is-hidden" placeholder="Engine type" type="text">
|
||||
<div class="label">{{ label }}</div>
|
||||
<input class="is-hidden" placeholder="{{label}}" type="text">
|
||||
<div class="dropdown">
|
||||
<div class="dropdown-button">
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import {Component} from '@angular/core';
|
||||
import {Component, Input} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'sae-multi-selector',
|
||||
|
@ -7,5 +7,6 @@ import {Component} from '@angular/core';
|
|||
styleUrl: './multi-selector.scss'
|
||||
})
|
||||
export class MultiSelector {
|
||||
@Input() label!: string;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue