Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Currently, no official <Button> component is defined mattermost-webapp. Most buttons are defined using inline jsx in the render() method.

Known Class Names

Top-level class names as defined in https://github.com/mattermost/mattermost-webapp/blob/master/sass/components/_buttons.scss

  • btn

    • btn-primary

    • btn-cancel

    • btn-link

...