Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Forked from pubsweet / pubsweet
2908 commits behind the upstream repository.
Button.md 410 B

A standard button.

<Button>Save</Button>

A standard button can be disabled.

<Button disabled>Save</Button>

A standard button can be marked as the "primary" action.

<Button primary>Save</Button>

A button can also be "plain" style.

<Button plain>Plain button</Button>

Or be "plain" style and "disabled".

<Button plain disabled>
  Plain button
</Button>