@gitlab/ui
Version:
GitLab UI Components
18 lines (13 loc) • 659 B
JavaScript
import examples from './examples';
var dropdown_form = "Unlike `b-dropdown-form`, we do _not_ add any additional padding with the `gl-dropdown-form` component.\nThis is to prevent double padding with `gl-dropdown-item` and similar components, so in most cases\nshouldn't be needed. To add padding, either add a padding utility class to your form, or an inner\nelement with some padding.\n";
var description = /*#__PURE__*/Object.freeze({
__proto__: null,
'default': dropdown_form
});
var dropdown_form_documentation = {
description,
examples,
bootstrapComponent: 'b-dropdown-form',
propsInfo: {}
};
export default dropdown_form_documentation;