# @logo-elements/button

An accessible and customizable button that allows users to perform actions.

[![npm version](https://badgen.net/npm/v/@logo-elements/button)](https://www.npmjs.com/package/@logo-elements/button)


```html
<logo-elements-button>Press me</logo-elements-button>
```

## Installation

Install the component:

```sh
npm i @logo-elements/button --save
```

Once installed, import the component in your application:

```js
import '@logo-elements/button';
```

#### For more detailed information, please visit:
[Logo Elements Documentation ↗](http://elements.logo.com.tr)
