
<!-- Auto Generated Below -->


## SignetSnackbar Properties

| Property           | Attribute            | Description                                                                                                       | Type                                                                                              | Default       |
| ------------------ | -------------------- | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------- |
| `autoHideDuration` | `auto-hide-duration` | The duration for which the snackbar should be displayed.                                                          | `number \| string`                                                                                | `undefined`   |
| `message`          | `message`            | The message to be displayed in the snackbar.                                                                      | `string`                                                                                          | `undefined`   |
| `open`             | `open`               | The action to be performed when the snackbar is clicked.                                                          | `boolean`                                                                                         | `false`       |
| `position`         | `position`           | The position of the snackbar. Can be top-left, top-center, top-right, bottom-left, bottom-center or bottom-right. | `"bottom-center" \| "bottom-left" \| "bottom-right" \| "top-center" \| "top-left" \| "top-right"` | `'top-right'` |
| `severity`         | `severity`           | The width of the snackbar. Can be xs, sm, md, lg, xl or a number.                                                 | `"error" \| "info" \| "success" \| "warning"`                                                     | `undefined`   |
| `width`            | `width`              | The width of the snackbar. Can be xs, sm, md, lg, xl or a number.                                                 | `"lg" \| "md" \| "sm" \| "xl" \| "xs" \| number`                                                  | `'sm'`        |


## SignetSnackbar Events

| Event    | Description                                                | Type               |
| -------- | ---------------------------------------------------------- | ------------------ |
| `action` | The action text to be displayed in the snackbar.           | `CustomEvent<any>` |
| `close`  | The close event to be emitted when the snackbar is closed. | `CustomEvent<any>` |


## Dependencies

### Depends on

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

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

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

*Built with Signet Design System*
