-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Description
Hi, thank you so much for this wonderful plugin. I encounter a problem and stuck there with no luck.
I had already tried this method: tailwindlabs/tailwindcss-custom-forms#37
This is the current code
<div class="mt-2">
<label class="inline-flex items-center">
<input
type="radio"
class="form-radio focus:shadow-none focus:outline-none focus:bg-opacity-0"
name="privacyType"
value="private"
/>
<span class="ml-2">Private</span>
</label>
<label class="inline-flex items-center ml-6">
<input
type="radio"
class="form-radio focus:shadow-none focus:outline-none focus:border-transparent"
name="privacyType"
value="public"
/>
<span class="ml-2">Public</span>
</label>
</div>
Metadata
Metadata
Assignees
Labels
No labels