Skip to content

UIFooter

Footer with actions
PropTypeDefaultDescription
childrenReactNodeFooter content
import { UIFooter, UIButton } from "tango-api";
<UIFooter>
<UIButton label="Apply Changes" variant="primary" onClick={handleApply} />
</UIFooter>