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

A button.


<Button>Save</Button>

A button can be disabled.

<Button disabled>Save</Button>

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

<Button primary>Save</Button>