Component
Thick Border Outline Button
Bold outline buttons with thick borders and special effects
- Component
- Tailwind
- MIT
Preview
Live component
9:41 100%
devsnips.dev/library/tailwind/components/buttons/outline-button/thick/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Components/Buttons/outline-button/thick Tailwind/Components/Buttons/outline-button/thick <!-- 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> # Outline Button Thick
Thick-border outline button.
## Preview
Open `preview.html` for a standalone demonstration.
## Features
- Thicker border emphasis
- Focus-visible states
## Usage
```bash
npx devsnips add Tailwind/Components/Buttons/outline-button/thick
```
Copy from `code.html`.
## Customization
- Border width/color, text, hover
## Accessibility
- Native `<button>`
## Dependencies
- Tailwind CSS only
## File Structure
- `code.html` · `preview.html` · `metadata.json` · `README.md` 14 lines UTF-8 · LF · Spaces: 2
Continue browsing