# Logo

Diese Komponente implementiert das Logo von KoliBri.

## Konstruktion

### Code

```html
<kol-kolibri></kol-kolibri> <kol-kolibri _labeled="false"></kol-kolibri>
```

## Beispiele

<kol-kolibri></kol-kolibri>
<kol-kolibri _labeled="false"></kol-kolibri>

## Barrierefreiheit

<!-- Auto Generated Below -->


## Properties

| Property   | Attribute  | Description                                | Type                                                                                                      | Default     |
| ---------- | ---------- | ------------------------------------------ | --------------------------------------------------------------------------------------------------------- | ----------- |
| `_color`   | `_color`   | Defines the color of the logo and label.   | `string` \| `undefined` \| `{ backgroundColor: string; foregroundColor: Stringified<CharacteristicColors>; }` | `'#003c78'` |
| `_labeled` | `_labeled` | Defines whether the component has a label. | `boolean` \| `undefined`                                                                                    | `true`      |


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


