An open API service indexing awesome lists of open source software.

https://github.com/gtokman/corner-smoothing

 Apple-like smooth corners for Tailwind CSS.
https://github.com/gtokman/corner-smoothing

apple corner-smoothing css html js plugin tailwind tailwindcss

Last synced: 10 days ago
JSON representation

 Apple-like smooth corners for Tailwind CSS.

Awesome Lists containing this project

README

        



npm downloads


discord users online

# Corner Smoothing

Frame 1

> Adjusts a rounded corner to create a continuous curve. Inspired by [Rob](https://github.com/robb/Continuous-Corners-CSS).

## Installation

Install the plugin from npm:

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

# Usage
v4

```js
// Global.css / App.css

@plugin "tailwind-corner-smoothing";

```

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

# Example

```html

Smooth corners!

```

# License

MIT