diff --git a/README.md b/README.md
index fd5e604..57068dd 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,61 @@ export default {
}
```
+#### Adding is-boxed or is-toggled
+To add the classes `is-boxed` or `is-toggled`, add the `boxed`
+or `toggled` property to the tabs element.
+```vue
+
+
+ Pictures Tab
+ Music Tab
+ Video Tab
+ Document Tab
+
+
+
+
+```
+
+#### Centered toggle with icons
+
+Using the `is-center` class with `is-toggled` and `is-fullwidth`
+
+```vue
+
+
+
+ Picture Content
+
+
+ Music Content
+
+
+ Film Content
+
+
+
+
+```
## Badges
diff --git a/src/Tabs.vue b/src/Tabs.vue
index b4c7d14..7b212f4 100644
--- a/src/Tabs.vue
+++ b/src/Tabs.vue
@@ -1,6 +1,6 @@