---
title: Installation
weight: 2
---

# Installation

You can install the package via Composer:
```bash
composer require dasundev/livewire-dropzone
```

To install the styles package, use the following command:
```bash
npm i @dasundev/livewire-dropzone-styles
```

Import styles to your project:
```scss
/* resources/css/app.css */

@import "@dasundev/livewire-dropzone-styles";
```