# nylas-logo

Source: https://developer.nylas.com/docs/reference/ui/logo/

## Overview

- **Tag**: `<nylas-logo>`
- **Encapsulation**: scoped

## Installation

### HTML / Web Component

```html
<script type="module" src="https://cdn.jsdelivr.net/npm/@nylas/web-elements/dist/cdn/nylas-web-elements/nylas-web-elements.esm.js"></script>
```

### React

```bash
npm install @nylas/react
```

## Usage

### HTML

```html
<nylas-logo></nylas-logo>
```

### React

```jsx
import { NylasLogo } from '@nylas/react';

export default function Example() {
  return <NylasLogo />;
}
```

## Props

| Property | Attribute | Type | Default | Required | Description |
| --- | --- | --- | --- | --- | --- |
| `height` | `height` | string | `'24'` | No |  |
| `width` | `width` | string | `'69'` | No |  |

## Used by

This component is used inside:

- [`<nylas-scheduling>`](/docs/reference/ui/scheduling/)
