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.
- Host: GitHub
- URL: https://github.com/gtokman/corner-smoothing
- Owner: gtokman
- License: mit
- Created: 2024-11-05T14:25:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T01:41:09.000Z (3 months ago)
- Last Synced: 2025-04-06T18:11:20.476Z (17 days ago)
- Topics: apple, corner-smoothing, css, html, js, plugin, tailwind, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 548 KB
- Stars: 607
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Corner Smoothing
> 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