Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon authored Jun 18, 2024
1 parent d9196fa commit 39abecb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Check the [CSS files](app/assets/stylesheets) in the repository for reference.

## Inputs

<img width="469" alt="Inputs" src="https://github.com/lazaronixon/css-zero/assets/2651240/987201b3-2583-43af-b1f2-db6af1eabbaa">
<img width="436" alt="Inputs" src="https://github.com/lazaronixon/css-zero/assets/2651240/9935df82-606f-4ebb-bfd7-d18c9bc8b5f5">

```html
<div class="flex flex-col w-full gap" style="max-inline-size: 24rem;">
Expand All @@ -79,6 +79,11 @@ Check the [CSS files](app/assets/stylesheets) in the repository for reference.
<input type="text" id="name_field" class="input">
</div>

<div class="flex flex-col grow gap-small">
<label for="date_field" class="text-sm font-medium">Date picker</label>
<input type="date" id="date_field" class="input">
</div>

<div class="flex flex-col grow gap-small">
<label for="file_field" class="text-sm font-medium">File</label>
<input type="file" id="file_field" class="input">
Expand Down

0 comments on commit 39abecb

Please sign in to comment.