open-consul/ui/packages/consul-ui/app/components/consul/source
Kenia 98b3e7c412
ui: Create Routing Configurations route and page (#10835)
2021-08-16 12:04:04 -04:00
..
README.mdx ui: Create Routing Configurations route and page (#10835) 2021-08-16 12:04:04 -04:00
index.hbs ui: Create Routing Configurations route and page (#10835) 2021-08-16 12:04:04 -04:00
index.scss ui: Create Routing Configurations route and page (#10835) 2021-08-16 12:04:04 -04: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)

---