import { KbqDlModule } from '@koobiq/components/dl';

Selector: kbq-dl

Properties
Name Description
@Input()
horizontalAlign: InputSignal
Horizontal alignment of `kbq-dt` and `kbq-dd` items.
@Input()
minWidth: InputSignal
@Input()
vertical: boolean
@Input()
verticalAlign: InputSignal
Vertical alignment of `kbq-dt` and `kbq-dd` items.
@Input()
wide: InputSignal
resizeStream: Subject

Selector: kbq-dt

Selector: kbq-dd

Supported alignment values for description list items.

type KbqDlAlign = 'start' | 'center' | 'end';
Suggestions for improvement
If you found a mistake or want to improve the article, create an issue on GitHub.