Component

Minimal Border Button

Minimal border button styles

  • Component
  • Tailwind
  • MIT

Preview

Live component

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

Install

Add to your project

terminal
npx devsnips add Tailwind/Components/Buttons/minimal-button/border
registry path: Tailwind/Components/Buttons/minimal-button/border

Source

Implementation

code.html
<!-- Minimal Pill Border Button -->
<button class="px-5 py-2 text-blue-600 font-medium border border-blue-600 rounded-full hover:bg-blue-50 focus:outline-none focus:ring-2 focus:ring-blue-500 transition-colors">
  Pill Border
</button>

<!-- Minimal Outline Border Button -->
<button class="px-5 py-2 text-gray-700 font-medium border border-gray-300 rounded hover:border-gray-400 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-gray-400 transition-colors">
  Outline Border
</button>

<!-- Minimal Bold Border Button -->
<button class="px-5 py-2 text-green-600 font-medium border-2 border-green-500 hover:bg-green-50 focus:outline-none focus:ring-2 focus:ring-green-400 transition-colors">
  Bold 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/minimal-button/border

Continue browsing

View all