Skip to content

Commit

Permalink
feat(readme) adiciona doc do easymde.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rogerio committed Nov 13, 2024
1 parent 87311e9 commit b62f94c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- [Select](#select)
- [Textarea](#textarea)
- [Radio](#radio)
- [Easymde](#easymde)
- [Checkbox](#checkbox)
- [Página](#página)
- [Form](#form)
Expand Down Expand Up @@ -154,6 +155,14 @@ composer install agenciafmd/admix-ui:v11.x-dev
<x-form.textarea name="form.message" label="Mensagem" maxlength=100 required/>
</div>
```
### Easymde
![print do easymde](docs/forms/easymde.png "print do easymde")
```html
<div class="col-md-12 mb-3">
<x-form.easymde name="form.description" label="Descrição"/>
</div>
```

### Radio

![print do radio](docs/forms/radio.png "print do radio")
Expand Down
Binary file added docs/forms/easymde.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 b62f94c

Please sign in to comment.