theme: SoftUI({
  footer: {
    replaceDefault: Boolean,
    text: String,
  },
});

Example Usage

theme: SoftUI({
  footer: {
    replaceDefault: true,
    text: "Bot developed by Plain",
  },
});

Props

replaceDefault
boolean
required

Indicate if the default footer should be replaced

text
string
required

The text for the footer