Sha256: e9fc82c91ce5cd7761bd9f95b7faa4cf7d6ebbc9dc2d4b5fd4738c5acbc9db2d
Contents?: true
Size: 761 Bytes
Versions: 29
Compression:
Stored size: 761 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="relative mt-1 rounded-md shadow-sm"> <div class="pointer-events-none absolute inset-y-0 left-0 flex items-center pl-3"> <span class="text-gray-500 sm:text-sm">http://</span> </div> <input type="text" name="company-website" id="company-website" class="block w-full rounded-md border-gray-300 pl-16 focus:border-indigo-500 focus:ring-indigo-500 sm:pl-14 sm:text-sm" placeholder="www.example.com"> </div> </div>
Version data entries
29 entries across 29 versions & 1 rubygems