@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
28 lines • 921 B
JavaScript
export const SubmitIndicatorProperties = {
state: {
doc: 'Provide `pending` to make the dots visible and `success` to show the checkmark icon.',
type: 'string',
status: 'required'
},
showLabel: {
doc: 'If `true`, the label will be shown. Defaults to `false`.',
type: 'boolean',
status: 'optional'
},
label: {
doc: 'Provide a label that will be shown next to the indicator.',
type: 'string',
status: 'optional'
},
children: {
doc: 'If content is provided, the component will try to find out if the indicator needs to be put on a new row or not. This way it will animate the height nicely.',
type: 'React.Node',
status: 'optional'
},
'[Space](/uilib/layout/space/properties)': {
doc: 'Spacing properties like `top` or `bottom` are supported.',
type: ['string', 'object'],
status: 'optional'
}
};
//# sourceMappingURL=SubmitIndicatorDocs.js.map