DaffModalHeaderComponent
import { DaffModalHeaderComponent } from '@daffodil/design/modal'
@Component()
class DaffModalHeaderComponent {
faXmark: faXmark
@Input() dismissible: true
}
Selector:
'daff-modal-header'
Properties
Name | Type | Description |
---|---|---|
faXmark | faXmark | |
@Input() dismissible | true | Whether or not a modal is dismissible. |