-
Julientaq authored25837a87
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Forked from
pubsweet / pubsweet
5591 commits behind the upstream repository.
Button.md 355 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>
A button can be marked as the "go back" action, as an alternative to the primary button.
<Button back>Take me back to where i was.</Button>