diff --git a/README.md b/README.md
index 48fecaf..19a6eb7 100644
--- a/README.md
+++ b/README.md
@@ -35,10 +35,12 @@ And
| Properties | Type | Values |
| :--------------- | :------- | :--------- |
| `bg-color` | String | Default '#333333'
Accepts all color formats: HEX, RGB & RGBA |
-| `position` | String | Default 'bottom-left'
'bottom-left', 'bottom-right', 'top-left','top-right' |
+| `position` | String | Default 'bottom-left'
Options: 'bottom-left', 'bottom-right', 'top-left','top-right' |
+| `position-type` | String | Default 'fixed'
Options: 'fixed' or 'absolute'|
| `z-index` | String | Default '999'
Set any value that suits your needs. |
| `ripple-show` | Boolean | Default true
Options: true or false. |
| `ripple-color` | String | Default 'light'
Options: 'light' or 'dark'. |
+| `icon-size` | String | Default 'medium'
Options: 'small', 'medium' or 'large'. |
| `main-icon` | String | Default 'add'
Use icons from the material icon library. |
| `main-tooltip` | String | Default `null` |
| `actions` | Object | [Details bellow](https://github.com/PygmySlowLoris/vue-fab/#actions)
diff --git a/demo/App.vue b/demo/App.vue
index fe5ddc3..f19d0fd 100644
--- a/demo/App.vue
+++ b/demo/App.vue
@@ -61,15 +61,39 @@
- - - -
+