Sha256: 7084fcc7d4cfa576f27dfa71d73cb5408b89198d357ef6193d6aef18d6cf1abd
Contents?: true
Size: 526 Bytes
Versions: 29
Compression:
Stored size: 526 Bytes
Contents
<!-- This example requires some changes to your config: ``` // tailwind.config.js module.exports = { // ... plugins: [ // ... require('@tailwindcss/forms'), ], } ``` --> <div> <label for="comment" class="block text-sm font-medium text-gray-700">Add your comment</label> <div class="mt-1"> <textarea rows="4" name="comment" id="comment" class="block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"></textarea> </div> </div>
Version data entries
29 entries across 29 versions & 1 rubygems