Buttons

Buttons prompt most actions in a UI

Buttons communicate actions that people can take. They are typically placed throughout the UI, in places like:

  • Dialogs
  • Modal windows
  • Forms
  • Cards
  • Toolbars

Default Buttons

Preview

Code

import { Button } from "@m3-components/react";
<Button variant="text">Text Button</Button>
<Button variant="filled">Filled Button</Button>