LabKey / labkey-ui-components

This repository defines all of the npm packages available in the @labkey scope.
Other
2 stars 2 forks source link

Modal: support custom content in default footer #1535

Closed labkey-nicka closed 1 month ago

labkey-nicka commented 2 months ago

Rationale

This adds a new footerContent prop on Modal which supports custom content being rendered in the default footer. This is useful for rendering custom content in the modal's default footer without having to render a fully custom button bar.

Related Pull Requests

Changes