Skip to content

Commit

Permalink
Merge pull request #145 from guidobouman/develop
Browse files Browse the repository at this point in the history
Release 2019-07-30
  • Loading branch information
guidobouman authored Jul 31, 2019
2 parents bbb7494 + b409043 commit f313e1c
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 21 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# PanelSnap

[![Build Status](https://travis-ci.org/guidobouman/panelsnap.svg?branch=develop)](https://travis-ci.org/guidobouman/panelsnap)
[![npm](https://img.shields.io/npm/v/panelsnap.svg)](https://www.npmjs.com/package/panelsnap)

A JavaScript plugin that provides snapping functionality to a set of panels within your interface.

# Installation
## Installation

```bash
npm install panelsnap
```
Expand All @@ -29,10 +31,12 @@ const instance = new PanelSnap();
</body>
```

# Documentation
## Documentation

Check out the documentation at [https://panelsnap.com](https://panelsnap.com) or the `docs` folder for a working demo.

# Credits
## Credits

- [jellea](https://github.com/jellea) for early feedback and brainpickings.
- [aalexandrov](https://github.com/aalexandrov) for small improvements & bugfixes.
- [akreitals](https://github.com/akreitals) for fixing keyboard navigation when disabled.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="./panelsnap.js" defer></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
new PanelSnap();
window.panelsnap = new PanelSnap();
});
</script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/panelsnap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f313e1c

Please sign in to comment.