Skip to content

bryantleft/tw-border

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tw-border (beta)

A collection of Tailwind CSS v4 utilities for advanced border customization and animations.

Installation

npm install -D tw-border@beta

Add to your global stylesheet:

@import "tw-border";

Usage

<div class="border-dashed border-2 rounded-lg dash-round border-animate">
  <svg class="border-svg">
    <rect/>
  </svg>
  Content
</div>
  • Compatible with Chromium, WebKit, Gecko