GitHub

Image Lite

Image lite applies Daffodil's image styling directly to a native <img> element.

Components

DaffImageLiteComponent

import { DaffImageLiteComponent } from '@daffodil/design/image-lite'

@Component()
class DaffImageLiteComponent {
  @Input() skeleton: boolean = false
}

Inputs

skeleton
boolean
Defaultfalse
Description

Controls whether the component displays a skeleton loading state.