Go to file
2026-05-06 15:40:00 +00:00
index.js Initial commit: plugin scaffold 2026-05-04 10:12:00 +00:00
LICENSE Initial commit: plugin scaffold 2026-05-04 10:12:00 +00:00
package.json Initial commit: plugin scaffold 2026-05-04 10:12:00 +00:00
README.md Document plugin usage 2026-05-06 15:40:00 +00:00

bianira-ui

A small collection of Tailwind CSS utility extensions: soft glow focus rings, rounded edge presets, and a handful of layout helpers for component libraries.

Install

npm install bianira-ui

Usage

Add the plugin to your tailwind.config.js:

plugins: [require('bianira-ui')]