-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from EveripediaNetwork/fix-updated-imports-pea…
…r-deps-and-docs updated imports pear deps and docs
- Loading branch information
Showing
4 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@everipedia/iq-login": patch | ||
--- | ||
|
||
updated imports pear deps and docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
To install the package, run: | ||
|
||
```bash | ||
pnpm install @everipedia/iq-login [email protected] [email protected] | ||
pnpm install @everipedia/iq-login [email protected] [email protected] @rainbow-me/[email protected] | ||
``` | ||
|
||
## 🛠️ Setup | ||
|
@@ -59,9 +59,10 @@ export default function RootLayout({ | |
} | ||
``` | ||
|
||
4. Add login page to your application. | ||
4. Add login page to your application. Note: You need to import rainbowkit styles in your application. | ||
```tsx | ||
import { Login } from '@everipedia/iq-login'; | ||
import "@rainbow-me/rainbowkit/styles.css"; | ||
|
||
// In your component or page | ||
const LoginPage = () => { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters