Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtokman/corner-smoothing
A tailwind pluging that adjusts a rounded corner to create a continuous curve
https://github.com/gtokman/corner-smoothing
css html js plugin tailwind
Last synced: about 21 hours ago
JSON representation
A tailwind pluging that adjusts a rounded corner to create a continuous curve
- Host: GitHub
- URL: https://github.com/gtokman/corner-smoothing
- Owner: gtokman
- License: mit
- Created: 2024-11-05T14:25:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T16:46:44.000Z (2 months ago)
- Last Synced: 2025-01-06T08:09:33.332Z (4 days ago)
- Topics: css, html, js, plugin, tailwind
- Language: TypeScript
- Homepage:
- Size: 521 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```js
// tailwind.config.js
module.exports = {
plugins: [require('tailwind-corner-smoothing')],
};
```# Example
```html
Smooth corners!
```# License
MIT