bianira-ui/README.md
2026-05-06 15:40:00 +00:00

18 lines
315 B
Markdown

# 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`:
```js
plugins: [require('bianira-ui')]
```