Sha256: c7dc1b2fb4393f54e2f873f1e1c3ad55aa424f3fd514d1062c3e5c45c511d365
Contents?: true
Size: 607 Bytes
Versions: 29
Compression:
Stored size: 607 Bytes
Contents
<!-- This example requires some changes to your config: ``` // tailwind.config.js module.exports = { // ... plugins: [ // ... require('@tailwindcss/forms'), ], } ``` --> <div class="rounded-md border border-gray-300 px-3 py-2 shadow-sm focus-within:border-indigo-600 focus-within:ring-1 focus-within:ring-indigo-600"> <label for="name" class="block text-xs font-medium text-gray-900">Name</label> <input type="text" name="name" id="name" class="block w-full border-0 p-0 text-gray-900 placeholder-gray-500 focus:ring-0 sm:text-sm" placeholder="Jane Smith"> </div>
Version data entries
29 entries across 29 versions & 1 rubygems