mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
Updates readme with badges and compatibility table
This commit is contained in:
parent
72652ebc8b
commit
7403a9360e
15
README.md
15
README.md
@ -1,12 +1,13 @@
|
||||
<a href="https://circleci.com/gh/Shopify/draggable">
|
||||
<img src="https://circleci.com/gh/Shopify/draggable.svg?style=shield&circle-token=bd97f87d63e330e3b4b186ef11d8223889ef925f" title="CircleCI status" alt="CircleCI status">
|
||||
</a>
|
||||
[](https://circleci.com/gh/Shopify/draggable/tree/master)
|
||||
[](https://badge.fury.io/js/%40shopify%2Fdraggable)
|
||||
[](https://codecov.io/gh/Shopify/draggable)
|
||||
[](https://greenkeeper.io/)
|
||||
|
||||
<a href="https://shopify.github.io/draggable" title="Visit Draggable website">
|
||||
<img src="https://user-images.githubusercontent.com/643944/35602291-99e2c56e-0605-11e8-847f-95f1f6be1610.jpg" alt="">
|
||||
</a>
|
||||
|
||||
> **Ready for production!** While Draggable may still be in beta, all existing features are stable and safe for consumption. Draggable will exit beta once all remaining features have been implemented.
|
||||
> **Currently in beta!** While Draggable is very close to a full release, the API is still subject to change. We keep an updated CHANGELOG with every release, so when upgrading from a previous version, please check and see what has changed.
|
||||
|
||||
Get complete control over drag and drop behaviour with Draggable! Draggable abstracts
|
||||
native browser events into a comprehensive API to create a custom drag and drop experience.
|
||||
@ -64,6 +65,12 @@ or via CDN
|
||||
<script src="https://cdn.jsdelivr.net/npm/@shopify/draggable@1.0.0-beta.4/lib/plugins.js"></script>
|
||||
```
|
||||
|
||||
## Browser Compatibility
|
||||
|
||||
 |  |  |  |  |  |
|
||||
--- | --- | --- | --- | --- | --- |
|
||||
Latest ✔ | Latest ✔ | 11+ ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
|
||||
|
||||
## Documentation
|
||||
|
||||
You can find the documentation for each module within their respective directories.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user