

<!-- Auto Generated Below -->


## Properties

| Property    | Attribute   | Description | Type                                                                                 | Default               |
| ----------- | ----------- | ----------- | ------------------------------------------------------------------------------------ | --------------------- |
| `disabled`  | `disabled`  |             | `boolean`                                                                            | `false`               |
| `grey`      | `grey`      |             | `boolean`                                                                            | `false`               |
| `icon`      | `icon`      |             | `string`                                                                             | `undefined`           |
| `icon_only` | `icon_only` |             | `boolean`                                                                            | `false`               |
| `label`     | `label`     |             | `string`                                                                             | `"!No Label Sent!"`   |
| `link`      | `link`      |             | `boolean`                                                                            | `false`               |
| `outline`   | `outline`   |             | `boolean`                                                                            | `false`               |
| `type`      | `type`      |             | `ButtonTypes.grey \| ButtonTypes.link \| ButtonTypes.outline \| ButtonTypes.primary` | `ButtonTypes.primary` |


## Dependencies

### Used by

 - [scu-form](../scu-form)

### Depends on

- [scu-icon](../scu-icon)

### Graph
```mermaid
graph TD;
  scu-button --> scu-icon
  scu-form --> scu-button
  style scu-button fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
