[< Back to Components List](../README.md#components)

## Footer help

`polaris-footer-help` implements the [Polaris Footer help component](https://polaris.shopify.com/components/titles-and-text/footer-help).

### Examples

Inline usage:

```hbs
{{polaris-footer-help text="Looking for help? Call us on 1234 56 78."}}
```

Block usage:

```hbs
{{#polaris-footer-help}}
  Learn more about {{polaris-link url="http://www.some-product.com/this-one" text="this product"}}.
{{/polaris-footer-help}}
```
