Footer

Footer

Source:
Tutorials:
  • Tutorial: - https://developer.microsoft.com/en-us/fluentui#/controls/web/messagebar
Properties:
Name Type Description
children node

Child components to render within the toast display.

onDismiss function

Function to execute when close is clicked (optional).

show boolean

Boolean to determine whether or not to show the toast message.

type string

Boolean to determine which type of toast message to use.

containerProps Object

Props to pass to the toast container component (optional).

  • Generic toast component to display messages to the end user.

Members

(static, constant) NextButton

Source:
Tutorials:
  • Tutorial: - https://developer.microsoft.com/en-us/fluentui#/controls/web/button
To Do:
  • Add prop types to these, and export after declaration
Properties:
Name Type Description
disabled boolean

Boolean to decide the button's disabled state.

text string

Text to display on the button.

  • Generic button components to use in the Footer component.