The `DaffStatusableDirective` allows a component to conditionally apply status-specific styles by setting CSS classes based on the specified status. This directive is useful for indicating different statuses such as warnings, errors, or success states. ## Example ```html
'[daffStatusable]'
| Name | Type | Description |
|---|---|---|
| @Input() status | DaffStatus |
Sets the status on a component. |