Skip to content

Commit

Permalink
docs(useFocusTrap): improve the documentation (#2294)
Browse files Browse the repository at this point in the history
  • Loading branch information
agenordebriat committed Oct 16, 2022
1 parent bdc261b commit 95176d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/integrations/useFocusTrap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Reactive wrapper for [`focus-trap`](https://github.com/focus-trap/focus-trap).

For more information on what options can be passed, see [`createOptions`](https://github.com/focus-trap/focus-trap#createfocustrapelement-createoptions) in the `focus-trap` documentation.

## Install

```bash
npm i focus-trap
```

## Usage

**Basic Usage**
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/useNProgress/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ category: '@Integrations'

Reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress).

## Install

```bash
npm i nprogress
```

## Usage

```js {6}
Expand Down

0 comments on commit 95176d7

Please sign in to comment.