Document plugin usage

This commit is contained in:
Priyanka Solis 2026-05-06 15:40:00 +00:00
parent 9edb676d6c
commit 45e29011d6

View File

@ -7,3 +7,11 @@ A small collection of Tailwind CSS utility extensions: soft glow focus rings, ro
```
npm install bianira-ui
```
## Usage
Add the plugin to your `tailwind.config.js`:
```js
plugins: [require('bianira-ui')]
```