Skip to content

Commit

Permalink
feat(readme) adiciona doc do input chave valor.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rogerio committed Nov 13, 2024
1 parent a8fbfba commit a509b33
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
- [Number](#number)
- [Email](#email)
- [Password](#password)
- [KeyValue](#keyvalue)
- [Datetime / Date / Time](#datetime--date--time)
- [Select](#select)
- [Textarea](#textarea)
- [Radio](#radio)
- [Easymde](#easymde)
- [Radio](#radio)
- [Checkbox](#checkbox)
- [Página](#página)
- [Form](#form)
Expand Down Expand Up @@ -119,7 +120,17 @@ composer install agenciafmd/admix-ui:v11.x-dev
hint="Utilize pelo menos 1 letra maiúscula e caracteres especiais"/>
</div>
```

### KeyValue
![print do keyvalue](docs/forms/keyvalue.png "print do keyvalue")
```html
<div class="col-md-12 mb-3">
<x-form.key-value name="form.additional"
:label="__('local-lines::fields.additional')"
key-placeholder="Ex. Carburador"
value-placeholder="Ex. 32-PDSI-2/3"
/>
</div>
```
### Datetime / Date / Time

![print do datetime-date-time](docs/forms/datetime-date-time.png "print do datetime-date-time")
Expand Down
Binary file added docs/forms/keyvalue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a509b33

Please sign in to comment.