18 lines
315 B
Markdown
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')]
|
|
```
|