Skip to content

Commit

Permalink
fixing examples
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Apr 22, 2024
1 parent 702876d commit 2e83ec8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion resources/views/documentation/form/textarea.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
</x-section>
<x-section title="Character Count" description="An option to show the number of characters.">
<x-preview language="blade" :contents="$count">
<x-textarea maxlength="10" count />
<div class="mb-2">
<x-textarea maxlength="10" count />
</div>
</x-preview>
</x-section>
<x-section title="Invalidate" description="An option to not show validation error message.">
Expand Down

0 comments on commit 2e83ec8

Please sign in to comment.