Home
Softono

Corner Smoothing

Open source MIT TypeScript
678
Stars
6
Forks
6
Issues
1
Watchers
1 year
Last Commit

 About Corner Smoothing

 Apple-like smooth corners for Tailwind CSS.

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Corner Smoothing?

We provide expert installation service for this software. Our team will install, configure, and secure Corner Smoothing on your server. plans start at just $30.

Corner Smoothing

View on GitHub

Corner Smoothing

Frame 1

Adjusts a rounded corner to create a continuous curve. Inspired by Rob.

Installation

Install the plugin from npm:

npm install tailwind-corner-smoothing --save-dev

Usage

v4

// Global.css / App.css

@plugin "tailwind-corner-smoothing";

v3

// tailwind.config.js
module.exports = {
  plugins: [require('tailwind-corner-smoothing')],
};

Example

<div class="smooth-corners-md bg-blue-500">Smooth corners!</div>

License

MIT