# Blyen Profile

[![Build Status](https://travis-ci.com/blyenio/blyen-elements.svg?branch=main)](https://travis-ci.com/blyenhq/blyen-elements)
![GitHub](https://img.shields.io/github/license/blyenhq/blyen-elements)
![npm](https://img.shields.io/npm/v/blyen-elements)

The Blyen Profile Dependents provides integration with the blyen.com API for displaying a profile button in your web applications. The button allows you to display a user's profile in a modal dialog.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [More Information](#more-information)
- [Support](#support)
- [License](#license)

## Installation

Install the package using npm:

```bash
npm install blyen-elements
```

## Usage

### HTML

Add the `blyen-profile` tag to your HTML:

```html
<blyen-button email="example@example.com" projectKey="your-project-key"></blyen-button>
```
Replace `your-project-key` and  `email` with the appropriate values.

## More Information

For more information about the Blyen and its features, visit [https://blyen.com](https://blyen.com).

## Support

For any issues or questions, please reach out to [support@blyen.com](mailto:support@blyen.com).

## License

This plugin is licensed under the [MIT License](LICENSE.txt).