Sha256: b7830d095b96e7b507b4c224bf5bf66a1a388bc69b9610c3e894d68fd4dcc7a4

Contents?: true

Size: 1.02 KB

Versions: 29

Compression:

Stored size: 1.02 KB

Contents

<!--
  This example requires some changes to your config:
  
  ```
  // tailwind.config.js
  module.exports = {
    // ...
    plugins: [
      // ...
      require('@tailwindcss/forms'),
    ],
  }
  ```
-->
<span class="inline-flex rounded-md shadow-sm">
  <span class="inline-flex items-center rounded-l-md border border-gray-300 bg-white px-2 py-2">
    <label for="select-all" class="sr-only">Select all</label>
    <input id="select-all" type="checkbox" name="select-all" class="h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500">
  </span>
  <label for="message-type" class="sr-only">Select message type</label>
  <select id="message-type" name="message-type" class="-ml-px block w-full rounded-l-none rounded-r-md border border-gray-300 bg-white py-2 pl-3 pr-9 text-sm font-medium text-gray-700 hover:bg-gray-50 focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500">
    <option>Unread messages</option>
    <option>Sent messages</option>
    <option>All messages</option>
  </select>
</span>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
tailwind_dsl-0.0.32 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.31 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.30 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.29 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.28 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.27 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.26 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.25 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.24 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.23 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.22 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.21 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.20 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.19 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.18 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.17 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.16 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.15 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.14 .components/tui/application-ui/component/element/button-groups/05.html
tailwind_dsl-0.0.13 .components/tui/application-ui/component/element/button-groups/05.html