Skip to content

Commit

Permalink
docs: add install tip (#3833)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegl committed May 25, 2024
1 parent 32ceb86 commit 76bd222
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/transformers/attributify-jsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ export default defineConfig({
})
```

::: tip
This preset is included in the `unocss` package, you can also import it from there:

```ts
import { transformerAttributifyJsx } from 'unocss'
```
:::

## Caveats

::: warning
Expand Down

0 comments on commit 76bd222

Please sign in to comment.