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-shift Boolean - Enable the shifting variant + Enable the shifting variant. Default false @@ -46,13 +46,13 @@ md-icon String - Icon name on the Material Icons docs + Icon name on the Material Icons docs. md-active Boolean - 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-single Boolean - 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 @@ disabled Boolean - Disable the button and prevent his actions + Disable the button and prevent his actions. Default false type String - Apply a type to button - Doesn't apply for links + Apply a type to button - Doesn't apply for links. href String - 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-hover Boolean - Enable full hover elevation in card + Enable full hover elevation in card. Default false @@ -67,7 +67,7 @@ md-inset Boolean - Apply a inset border + Apply a inset border. Default false @@ -97,13 +97,13 @@ md-medium Boolean - 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 false md-big Boolean - 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-scrim Boolean - 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 false md-solid Boolean - 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 @@ name String - Set the checkbox name + Set the checkbox name. id String - Set the checkbox id + Set the checkbox id. disabled String - 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 @@ + +