diff --git a/README.md b/README.md index 0a81e4e..460fe10 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,24 @@ I finally took the time to go through and clean up this code. The build includes an executable with a preview, and some settings to play around with for each widget. A (YouTube) video preview is [available here](http://www.youtube.com/watch?v=21UMeNVBPU4). -| Component | Preview | -| ------------- | --------------------------------- | -| Text Field | ![Text Field](textfield.gif) | -| Tabs | ![Tabs](tabs.gif) | -| Check Box | ![checkbox](checkbox.gif) | +| Component | Preview | +| ----------------- | ------------------------------------------------ | +| Avatar | ![Avatar](gifs/avatar.gif) | +| Check Box | ![Check Box](gifs/checkbox.gif) | +| Circular Progress | ![Circular Progressj](gifs/circularprogress.gif) | +| Dialog | ![Dialog](gifs/dialog.gif) | +| Drawer | ![Drawer](gifs/drawer.gif) | +| FAB | ![FAB](gifs/fab.gif) | +| Flat Button | ![Flat Button](gifs/flatbutton.gif) | +| Progress | ![Progress](gifs/progress.gif) | +| Radio Button | ![Radio Button](gifs/radiobutton.gif) | +| Raised Button | ![Raised Button](gifs/raisedbutton.gif) | +| Scroll Bar | ![Scroll Bar](gifs/scrollbar.gif) | +| Slider | ![Slider](gifs/slider.gif) | +| Snackbar | ![Snackbar](gifs/snackbar.gif) | +| Tabs | ![Tabs](gifs/tabs.gif) | +| Text Field | ![Text Field](gifs/textfield.gif) | +| Toggle | ![checkbox](gifs/toggle.gif) | #### Implemented components diff --git a/checkbox.gif b/checkbox.gif deleted file mode 100644 index 2f3dc09..0000000 Binary files a/checkbox.gif and /dev/null differ diff --git a/gifs/avatar.gif b/gifs/avatar.gif new file mode 100644 index 0000000..068259d Binary files /dev/null and b/gifs/avatar.gif differ diff --git a/gifs/checkbox.gif b/gifs/checkbox.gif new file mode 100644 index 0000000..104661e Binary files /dev/null and b/gifs/checkbox.gif differ diff --git a/gifs/circularprogress.gif b/gifs/circularprogress.gif new file mode 100644 index 0000000..4109efe Binary files /dev/null and b/gifs/circularprogress.gif differ diff --git a/gifs/dialog.gif b/gifs/dialog.gif new file mode 100644 index 0000000..8d490bb Binary files /dev/null and b/gifs/dialog.gif differ diff --git a/gifs/drawer.gif b/gifs/drawer.gif new file mode 100644 index 0000000..98b0025 Binary files /dev/null and b/gifs/drawer.gif differ diff --git a/gifs/fab.gif b/gifs/fab.gif new file mode 100644 index 0000000..bbe29e5 Binary files /dev/null and b/gifs/fab.gif differ diff --git a/gifs/flatbutton.gif b/gifs/flatbutton.gif new file mode 100644 index 0000000..97fb8e2 Binary files /dev/null and b/gifs/flatbutton.gif differ diff --git a/gifs/progress.gif b/gifs/progress.gif new file mode 100644 index 0000000..59cedff Binary files /dev/null and b/gifs/progress.gif differ diff --git a/gifs/radiobutton.gif b/gifs/radiobutton.gif new file mode 100644 index 0000000..7180ca5 Binary files /dev/null and b/gifs/radiobutton.gif differ diff --git a/gifs/raisedbutton.gif b/gifs/raisedbutton.gif new file mode 100644 index 0000000..52b8339 Binary files /dev/null and b/gifs/raisedbutton.gif differ diff --git a/gifs/scrollbar.gif b/gifs/scrollbar.gif new file mode 100644 index 0000000..fbde912 Binary files /dev/null and b/gifs/scrollbar.gif differ diff --git a/gifs/slider.gif b/gifs/slider.gif new file mode 100644 index 0000000..a0a6a0a Binary files /dev/null and b/gifs/slider.gif differ diff --git a/gifs/snackbar.gif b/gifs/snackbar.gif new file mode 100644 index 0000000..8a48e7f Binary files /dev/null and b/gifs/snackbar.gif differ diff --git a/gifs/tabs.gif b/gifs/tabs.gif new file mode 100644 index 0000000..1e7b783 Binary files /dev/null and b/gifs/tabs.gif differ diff --git a/gifs/textfield.gif b/gifs/textfield.gif new file mode 100644 index 0000000..7b2fd93 Binary files /dev/null and b/gifs/textfield.gif differ diff --git a/gifs/toggle.gif b/gifs/toggle.gif new file mode 100644 index 0000000..b57530c Binary files /dev/null and b/gifs/toggle.gif differ diff --git a/tabs.gif b/tabs.gif deleted file mode 100644 index b8cc958..0000000 Binary files a/tabs.gif and /dev/null differ diff --git a/textfield.gif b/textfield.gif deleted file mode 100644 index afeefc2..0000000 Binary files a/textfield.gif and /dev/null differ