Sha256: 20936188e87d66e241524c79008c4352721b648867e51ba0a6bf0d1a2a0600f7
Contents?: true
Size: 770 Bytes
Versions: 29
Compression:
Stored size: 770 Bytes
Contents
<!-- This example requires some changes to your config: ``` // tailwind.config.js module.exports = { // ... plugins: [ // ... require('@tailwindcss/forms'), ], } ``` --> <div> <label for="company-website" class="block text-sm font-medium text-gray-700">Company Website</label> <div class="mt-1 flex rounded-md shadow-sm"> <span class="inline-flex items-center rounded-l-md border border-r-0 border-gray-300 bg-gray-50 px-3 text-gray-500 sm:text-sm">http://</span> <input type="text" name="company-website" id="company-website" class="block w-full min-w-0 flex-1 rounded-none rounded-r-md border-gray-300 px-3 py-2 focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm" placeholder="www.example.com"> </div> </div>
Version data entries
29 entries across 29 versions & 1 rubygems