diff --git a/README.md b/README.md index c525084..89160e3 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ The `primary` and `disabled` attributes work the same way as they do with the we Floating workflow buttons behavior can be added by using the `` custom element. When the normal position of the workflow buttons is below the bottom edge of the view-port, they'll dock at the bottom edge. When the normal position becomes visible, they'll undock. +![screenshot of floating buttons](/screenshots/floating-buttons.gif?raw=true) + ```html diff --git a/screenshots/floating-buttons.gif b/screenshots/floating-buttons.gif new file mode 100644 index 0000000..2a4ffbc Binary files /dev/null and b/screenshots/floating-buttons.gif differ