diff --git a/docs/src/pages/components/BottomBar.vue b/docs/src/pages/components/BottomBar.vue
index de21495..f14c62f 100644
--- a/docs/src/pages/components/BottomBar.vue
+++ b/docs/src/pages/components/BottomBar.vue
@@ -26,7 +26,7 @@
md-shiftBoolean
- Enable the shifting variant
+ Enable the shifting variant. Default false
@@ -46,13 +46,13 @@
md-iconString
- Icon name on the Material Icons docs
+ Icon name on the Material Icons docs.md-activeBoolean
- Set initial selection
+ Set initial selection. Default false
diff --git a/docs/src/pages/components/ButtonToggle.vue b/docs/src/pages/components/ButtonToggle.vue
index 8ecc41d..ce03267 100644
--- a/docs/src/pages/components/ButtonToggle.vue
+++ b/docs/src/pages/components/ButtonToggle.vue
@@ -26,7 +26,7 @@
md-singleBoolean
- Enable single selection
+ Enable single selection. Default false
diff --git a/docs/src/pages/components/Buttons.vue b/docs/src/pages/components/Buttons.vue
index e3bbfad..801104d 100644
--- a/docs/src/pages/components/Buttons.vue
+++ b/docs/src/pages/components/Buttons.vue
@@ -26,19 +26,19 @@
disabledBoolean
- Disable the button and prevent his actions
+ Disable the button and prevent his actions. Default falsetypeString
- Apply a type to button - Doesn't apply for links
+ Apply a type to button - Doesn't apply for links.hrefString
- Create a anchor on the button - In this case the generated tag will be <a>
+ Create a anchor on the button - In this case the generated tag will be <a>.
diff --git a/docs/src/pages/components/Card.vue b/docs/src/pages/components/Card.vue
index 58535ce..6a6a305 100644
--- a/docs/src/pages/components/Card.vue
+++ b/docs/src/pages/components/Card.vue
@@ -23,7 +23,7 @@
md-with-hoverBoolean
- Enable full hover elevation in card
+ Enable full hover elevation in card. Default false
@@ -67,7 +67,7 @@
md-insetBoolean
- Apply a inset border
+ Apply a inset border. Default false
@@ -97,13 +97,13 @@
md-mediumBoolean
- Applies medium size to the media. Works only inside md-card-header.
+ Applies medium size to the media. Works only inside md-card-header. Default falsemd-bigBoolean
- Applies big size to the media. Works only inside md-card-header.
+ Applies big size to the media. Works only inside md-card-header. Default false
@@ -133,13 +133,13 @@
md-text-scrimBoolean
- Apply a gradient background based on the image. This option increase the legibility of the text applying background colors by extracting the amount of lightness on the image. If the image is dark so the background of the text will be lighter. If it's not dark then the background will be darker. This will be calculated automatically.
+ Apply a gradient background based on the image. This option increase the legibility of the text applying background colors by extracting the amount of lightness on the image. If the image is dark so the background of the text will be lighter. If it's not dark then the background will be darker. This will be calculated automatically. Default falsemd-solidBoolean
- Applies a solid background with the same calculation logic of the md-text-scrim.
+ Applies a solid background with the same calculation logic of the md-text-scrim. Default false
diff --git a/docs/src/pages/components/Checkbox.vue b/docs/src/pages/components/Checkbox.vue
index 21f7f50..a50fb1d 100644
--- a/docs/src/pages/components/Checkbox.vue
+++ b/docs/src/pages/components/Checkbox.vue
@@ -31,19 +31,19 @@
nameString
- Set the checkbox name
+ Set the checkbox name.idString
- Set the checkbox id
+ Set the checkbox id.disabledString
- Disable the checkbox and prevent his actions
+ Disable the checkbox and prevent his actions. Default false
diff --git a/docs/src/pages/components/Input.vue b/docs/src/pages/components/Input.vue
index 419f4fd..afeb102 100644
--- a/docs/src/pages/components/Input.vue
+++ b/docs/src/pages/components/Input.vue
@@ -1,247 +1,387 @@
-
-