DaffListItemComponent
import { DaffListItemComponent } from '@daffodil/design/list'
@Component()
class DaffListItemComponent {
@Input() @HostBinding() active: false
}
Selector:
'daff-list-item' + ',' +
'a[daff-list-item]'
Properties
Name | Type | Description |
---|---|---|
@Input() active | false | Whether or not the header item is active |