Component

Neumorphism Bordered Button

Bordered neumorphism buttons with gradient backgrounds

  • Component
  • Tailwind
  • MIT

Preview

Live component

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

Install

Add to your project

terminal
npx devsnips add Tailwind/Components/Buttons/neumorphism-button/bordered
registry path: Tailwind/Components/Buttons/neumorphism-button/bordered

Source

Implementation

code.html
<!-- Neumorphism Bordered Button Styles -->
<style>
  .neu-bordered {
    background: linear-gradient(145deg, #f0f4f8, #d1d9e6);
    box-shadow: 6px 6px 12px #b8bec5, -6px -6px 12px #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .neu-bordered:hover {
    box-shadow: 3px 3px 6px #b8bec5, -3px -3px 6px #ffffff;
  }
</style>

<!-- Neumorphism Bordered Button - Blue -->
<button class="px-8 py-3 neu-bordered text-blue-600 font-semibold rounded-xl focus:outline-none focus:ring-2 focus:ring-blue-400 transition-all">
  Bordered Blue
</button>

<!-- Neumorphism Bordered Button - Purple -->
<button class="px-8 py-3 neu-bordered text-purple-600 font-semibold rounded-xl focus:outline-none focus:ring-2 focus:ring-purple-400 transition-all">
  Bordered Purple
</button>

<!-- Neumorphism Bordered Button - Pill -->
<button class="px-8 py-3 neu-bordered text-gray-600 font-semibold rounded-full focus:outline-none focus:ring-2 focus:ring-gray-400 transition-all">
  Bordered Pill
</button>
26 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/neumorphism-button/bordered

Continue browsing

View all