Skip to content

Commit

Permalink
Update wallet-selector.md (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Feb 9, 2024
1 parent 4077112 commit a00e62e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/4.tools/wallet-selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@ const modal = setupModal(selector, {
modal.show();
```

:::info Required CSS

To integrate the Wallet Selector, you also need to include the required CSS:

```
import "@near-wallet-selector/modal-ui/styles.css"
```

:::

## API Reference

The API reference of the selector can be found [`here`](https://github.com/near/wallet-selector/blob/main/packages/core/docs/api/selector.md)
Expand Down

0 comments on commit a00e62e

Please sign in to comment.