diff --git a/examples/docs/es/switch.md b/examples/docs/es/switch.md index d07939640..12ae360a9 100644 --- a/examples/docs/es/switch.md +++ b/examples/docs/es/switch.md @@ -24,10 +24,11 @@ ## Switch -Switch is used for switching between two opposing states. +Switch es utilizdo para realizar cambios entre dos estados opuestos. -### Basic usage -:::demo Bind `v-model` to a `Boolean` typed variable. The `active-color` and `inactive-color` attribute decides the background color in two states. +### Uso básico + +:::demo Enlaza `v-model` a una variable de tipo `Boolean`. Los atributos `active-color` y `inactive-color` deciden el color de fondo en cada estado. ```html @@ -51,8 +52,8 @@ Switch is used for switching between two opposing states. ``` ::: -### Text description -:::demo You can add `active-text` and `inactive-text` attribute to show texts. +### Texto de descripción +:::demo Puedes agregar los atributos `active-text` y `inactive-text` para mostrar los textos. ```html @@ -112,7 +113,7 @@ Switch is used for switching between two opposing states. ### Disabled -:::demo Adding the `disabled` attribute disables Switch. +:::demo Agregar el atributo `disabled` desactiva el componente Switch. ```html