open-consul/ui/packages/consul-ui/app/components/consul/source
Valeriia Ruban f404d3eb13
feat: update typography to consume hds styles (#16577)
2023-03-14 19:49:14 -07:00
..
README.mdx
index.hbs
index.scss feat: update typography to consume hds styles (#16577) 2023-03-14 19:49:14 -07:00

README.mdx

# Consul::Source

A presentational component for showing a source name. This is a similar component to `Consul::Kind` and `Consul::ExternalSource`, except `Consul::Source` does not relate to a Service.

```hbs preview-template
<Consul::Source @source='Source Name' />
```

### Arguments

| Argument/Attribute | Type | Default | Description |
| --- | --- | --- | --- |
| `source` | `string` |  | A string to be passed down and displayed as the source name. |

### See

- [Template Source Code](./index.hbs)
- [Styling Source Code](./index.scss)

---