Component

Thick Border Outline Button

Bold outline buttons with thick borders and special effects

  • Component
  • Tailwind
  • MIT

Preview

Live component

Interactive preview
Open preview
9:41 100%
devsnips.dev/library/tailwind/components/buttons/outline-button/thick/
fluid · no fixed width 100%
No dependencies Production-ready

Install

Add to your project

terminal
npx devsnips add Tailwind/Components/Buttons/outline-button/thick
registry path: Tailwind/Components/Buttons/outline-button/thick

Source

Implementation

code.html
<!-- Thick Border Button -->
<button class="px-6 py-3 border-[3px] border-blue-600 text-blue-600 font-semibold rounded-lg hover:bg-blue-50 focus:outline-none focus:ring-2 focus:ring-blue-500 transition-colors">
  Thick Outline
</button>

<!-- Invert on Hover -->
<button class="px-6 py-3 border-[3px] border-gray-900 text-gray-900 font-semibold rounded-lg hover:bg-gray-900 hover:text-white focus:outline-none focus:ring-2 focus:ring-gray-900 transition-colors">
  Invert on Hover
</button>

<!-- Offset Border -->
<button class="px-6 py-3 border-[3px] border-transparent border-t-gray-900 border-l-gray-900 text-gray-900 font-semibold rounded-lg hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-gray-900 transition-colors">
  Offset Border
</button>
14 lines UTF-8 · LF · Spaces: 2

AI-ready

Available to your agent.

This component is reachable through the DevSnips CLI, MCP server and Skills integrations — one registry, one resource path.

Resource path

devsnips://components/buttons/outline-button/thick

Continue browsing

View all