Skip to content

Commit

Permalink
Update drawer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed Jul 20, 2022
1 parent 27710dd commit 04384b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/components/drawer.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Use this example if you want to add form elements inside the drawer component in
</button>
<form action="#" class="mb-6">
<div class="mb-6">
<label for="title" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300">title</label>
<label for="title" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300">Title</label>
<input type="text" id="title" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" placeholder="Apple Keynote" required>
</div>
<div class="mb-6">
Expand Down

0 comments on commit 04384b2

Please sign in to comment.