@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
24 lines • 922 B
JavaScript
import { FieldBlockProperties } from "../../FieldBlock/FieldBlockDocs.js";
export const CompositionProperties = {
label: FieldBlockProperties.label,
labelDescription: FieldBlockProperties.labelDescription,
labelSrOnly: FieldBlockProperties.labelSrOnly,
width: FieldBlockProperties.width,
contentWidth: FieldBlockProperties.contentWidth,
disabled: FieldBlockProperties.disabled,
error: FieldBlockProperties.error,
warning: FieldBlockProperties.warning,
info: FieldBlockProperties.info,
help: FieldBlockProperties.help,
align: {
doc: '`center` or `bottom` for aligning the contents vertically. Defaults to `bottom`.',
type: ['string', 'false'],
status: 'optional'
},
'[Space](/uilib/layout/space/properties)': {
doc: 'Spacing properties like `top` or `bottom` are supported.',
type: ['string', 'object'],
status: 'optional'
}
};
//# sourceMappingURL=CompositionDocs.js.map