mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
19 lines
443 B
Markdown
19 lines
443 B
Markdown
---
|
|
extends: _layouts.markdown
|
|
title: "Forms"
|
|
---
|
|
|
|
# Forms
|
|
|
|
<div class="subnav">
|
|
<a class="subnav-link" href="#usage">Usage</a>
|
|
<a class="subnav-link" href="#responsive">Responsive</a>
|
|
<a class="subnav-link" href="#customizing">Customizing</a>
|
|
</div>
|
|
|
|
Include documentation around:
|
|
|
|
- `appearance-none` helper
|
|
- Creating input groups/custom selects and using `pointer-events-none`
|
|
- The placeholder text styling in our base styles
|