Form provides components for building accessible and well-structured forms, including error messages, hints, and labels for form-related content.
import { DaffErrorMessageComponent } from '@daffodil/design/form'
@Component()
class DaffErrorMessageComponent {}
import { DaffHintComponent } from '@daffodil/design/form'
@Component()
class DaffHintComponent {
validated: InputSignal<boolean> = false
}
InputSignal<boolean>| Default | false |
|---|---|
| Description | Displays a validated hint UI. |
import { DaffFormFieldLabelDirective } from '@daffodil/design/form'
@Directive()
class DaffFormFieldLabelDirective {}