Skip to content

Commit

Permalink
Actualizar atributo de título de datos a [data-wz-title]
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianVillamayor committed Oct 21, 2024
1 parent 87621c6 commit eb5dbc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ A lightweight wizard UI component that supports accessibility and HTML5 in Vanil
- [Dynamic Required Fields](#dynamic-required-fields)
- [Custom Validation Highlighting](#custom-validation-highlighting)
- [HTML Attributes](#html-attributes)
- [Data Title Attribute `[data-title]`](#data-title-attribute-data-title)
- [Data Title Attribute `[data-wz-title]`](#data-title-attribute-data-wz-title)
- [Data Require If Attribute `[data-require-if]`](#data-require-if-attribute-data-require-if)
- [Config Wizard](#config-wizard)
- [i18n Options](#i18n-options)
Expand Down Expand Up @@ -231,12 +231,12 @@ let args = {

## HTML Attributes

### Data Title Attribute `[data-title]`
### Data Title Attribute `[data-wz-title]`

Set the step title for the navigation. If left blank, the system will automatically add `Step + step number` as the title.

```html
<div class="wizard-step" data-title="Configuration">
<div class="wizard-step" data-wz-title="Configuration">
<!-- Step content -->
</div>
```
Expand Down

0 comments on commit eb5dbc4

Please sign in to comment.