Sha256: e1143431972835f585b68dba3ae7690e04d701f6b8ef0d9c31b1341bc6f022da
Contents?: true
Size: 577 Bytes
Versions: 29
Compression:
Stored size: 577 Bytes
Contents
<!-- This example requires some changes to your config: ``` // tailwind.config.js module.exports = { // ... plugins: [ // ... require('@tailwindcss/forms'), ], } ``` --> <div> <label for="name" class="block text-sm font-medium text-gray-700">Name</label> <div class="mt-1 border-b border-gray-300 focus-within:border-indigo-600"> <input type="text" name="name" id="name" class="block w-full border-0 border-b border-transparent bg-gray-50 focus:border-indigo-600 focus:ring-0 sm:text-sm" placeholder="Jane Smith"> </div> </div>
Version data entries
29 entries across 29 versions & 1 rubygems