# Shortcode - Buttons

*https://qualityscrubset.com/shortcodes/shortcode-buttons/*

### Primary buttons

[Large button](http://) [Medium button](http://) [Small button](http://)

```
[button size="large" style="primary" text="Large button" link="http://"]

[button size="medium" style="primary" text="Medium button" link="http://"]

[button size="small" style="primary" text="Small button" link="http://"]
```

### Primary .alt-button

[Large button](http://) [Medium button](http://) [Small button](http://)

```
[button size="large" style="alt-button primary" text="Large button" link="http://"]

[button size="medium" style="alt-button primary" text="Medium button" link="http://"]

[button size="small" style="alt-button primary" text="Small button" link="http://"]
```

### Secondary buttons

[Large button](http://) [Medium button](http://) [Small button](http://)

```
[button size="large" style="secondary" text="Large button" link="http://"]

[button size="medium" style="secondary" text="Medium button" link="http://"]

[button size="small" style="secondary" text="Small button" link="http://"]
```

### Secondary .alt-button

[Large button](http://) [Medium button](http://) [Small button](http://)

```
[button size="large" style="alt-button secondary" text="Large button" link="http://"]

[button size="medium" style="alt-button secondary" text="Medium button" link="http://"]

[button size="small" style="alt-button secondary" text="Small button" link="http://"]
```

### Alert buttons

[Large button](http://) [Medium button](http://) [Small button](http://)

```
[button size="large" style="alert" text="Large button" link="http://"]

[button size="medium" style="alert" text="Medium button" link="http://"]

[button size="small" style="alert" text="Small button" link="http://"]
```

### Alert .alt-button

[Large button](http://) [Medium button](http://) [Small button](http://)

```
[button size="large" style="alt-button alert" text="Large button" link="http://"]

[button size="medium" style="alt-button alert" text="Medium button" link="http://"]

[button size="small" style="alt-button alert" text="Small button" link="http://"]
```

### Success buttons

[Large button](http://) [Medium button](http://) [Small button](http://)

```
[button size="large" style="success" text="Large button" link="http://"]

[button size="medium" style="success" text="Medium button" link="http://"]

[button size="small" style="success" text="Small button" link="http://"]
```

### Success .alt-button

[Large button](http://) [Medium button](http://) [Small button](http://)

```
[button size="large" style="alt-button success" text="Large button" link="http://"]

[button size="medium" style="alt-button success" text="Medium button" link="http://"]

[button size="small" style="alt-button success" text="Small button" link="http://"]
```
