Tailwind CSS plugin to add better form styling with unlimited customization
npm install tailwind-forms>HEAVILY inspired by Adam Wathan's Tailwind Form Styles
``bash`
npm install tailwind-forms
`js`
// tailwind.config.js
{
theme: {
...
},
plugins: [
require('tailwind-forms')(),
],
}
> There are currently no options available. You can customize everything by stacking core utility classes.
`html`
`html`
`html`
`html`
`html`
Checkboxes
#### Changing the clicked background color
`html`
Checkboxes
`html`
Radio Buttons
#### Changing the checked background color
`html`
Radio Buttons
`html``
@example.com
@