GitHub

Input

The input component allows a native HTML input element to work with the form field component.

Components

import { DaffInputComponent } from '@daffodil/design/input'

DaffInputComponent provides the same functionality as a native <input> and contains custom styling and functionality.

@Component()
class DaffInputComponent extends DaffFormFieldControl<string> implements DaffFormFieldControl<string>, OnInit {}

Modules

import { DaffInputModule } from '@daffodil/design/input'

@NgModule()
class DaffInputModule {}