# SweetModal

The sweetest library to happen to modals.
Now available for Vue.js.

## Usage

Install SweetModal for Vue.js through npm:

```
npm install sweet-modal-vue-evolution
```

## Examples

For examples, refer to [the demo page](https://albertotorre.github.io/sweet-modal-vue-evolution/).

## Browser Compatibility

SweetModal should work in most major browsers:

- Safari 9+
- Firefox 20+
- Chrome 20+
- Opera 15+
- Internet Explorer 10+
- Internet Explorer 11+
- Microsoft Edge
- Microsoft Edge

## Contribution

1. Fork the repository
2. Run `npm install`
3. Run `npm run dev` and start hacking. You can reach the example site at `http://localhost:8081`.
4. When you're done, run one final `npm run build` command and commit your work for a pull request.

### Guidelines

- tabs for indentation, 1 tab = 4 spaces
- camelCase method names
- _camelCase for private methods
- snake_case computed properties
- snake_case data
- kebab-case attributes
- arrow functions if possible
- be fully ES6 compliant!

<p align="right">
  <a href="https://www.buymeacoffee.com/dehost" target="_blank">
  <img width="200" alt="screen shot 2018-03-01 at 10 33 39" src="https://user-images.githubusercontent.com/1577802/36840220-21beb89c-1d3c-11e8-98a4-45fc334842cf.png">
  </a>
</p>
