diff --git a/README.md b/README.md index 21be727..6d6f133 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Trait for asynchronous control rendering. [![Build Status](https://travis-ci.org/peckadesign/AsyncControl.svg?branch=master)](https://travis-ci.org/peckadesign/AsyncControl) [![Latest Stable Version](https://poser.pugx.org/pd/async-control/v/stable)](https://github.com/peckadesign/AsyncControl/releases) +Useful for loading data from external sources or any time-expensive controls. + +![AsyncControl](async.gif?raw=true) + ## Requirements - [Nette/Application](https://github.com/nette/application) diff --git a/async.gif b/async.gif new file mode 100644 index 0000000..f074440 Binary files /dev/null and b/async.gif differ