Sha256: 1055b80703f04fef16e99d8760198670405e1cb3177d9b9ce86c1c58b13367a2
Contents?: true
Size: 619 Bytes
Versions: 29
Compression:
Stored size: 619 Bytes
Contents
<!-- This example requires some changes to your config: ``` // tailwind.config.js module.exports = { // ... plugins: [ // ... require('@tailwindcss/forms'), ], } ``` --> <div> <label for="location" class="block text-sm font-medium text-gray-700">Location</label> <select id="location" name="location" class="mt-1 block w-full rounded-md border-gray-300 py-2 pl-3 pr-10 text-base focus:border-indigo-500 focus:outline-none focus:ring-indigo-500 sm:text-sm"> <option>United States</option> <option selected>Canada</option> <option>Mexico</option> </select> </div>
Version data entries
29 entries across 29 versions & 1 rubygems