# Kiosque Component #

### What is this repository for? ###

This project is to ease the use of Kiosque Web Components on other projects such as Extranet or Wordpress.

### How do I get set up? ###

Must add the following on the requirements in composer.json file on the project you would like to add it.

`"atl-software/kiosque-component": "dev-review"`

Must add this on the repositories array in the composer.json file for composer knows where it can find
the package.

`{
"url": "git@bitbucket.org:atl-software/kiosque-component.git",
"type": "git"
}`
