Image lite applies Daffodil's image styling directly to a native <img> element.
import { DaffImageLiteComponent } from '@daffodil/design/image-lite'
@Component()
class DaffImageLiteComponent {
@Input() skeleton: boolean = false
}
boolean| Default | false |
|---|---|
| Description | Controls whether the component displays a skeleton loading state. |